I am first timer @ SSL secured gateway thing.
My intend is to create a client certificate and and perform SSL handshake with client web site where the files are uploaded.
Use the secured connection to read .json files via http.GET request.
Please help me to acquire this task using ionic v1.
I have online data files in .json format which can be read using $http but these files are secured via https(SSL layer),
To view read these files with http GET request we can also use plain SSL:
I am trying to use PLAIN SSL method to access and read JSON file from server. Files are uploaded to secured website.
I am able to create session token by sending a POST request at authentication URL:
This has nothing to do with HTTPS - it doesn’t matter if you request a file via http:// or https://.
You seem to have a problem with authentication. For that we can’t help you as this is different for each service. No idea if the session token should be sent as an Authorization header.