Hi,
I have a .txt file named: myTextFile.txt on my hostingaccount that contains this string: "Hello"
Now my hostingprovider says this:
"Any file that you can access via your domain can be accessed through a Secure Socket Layer (SSL) connection as well."
When I type this manually in the address field, my browser will show the string: "Hello" in the top left corner:
https://myaccount.webhost.com/Folder1/myTextFile.txt
My question now is if it is possible programatically to write this address down in the browser and retreive this string using this Secure Socket Layer (SSL). (https://) ?