Basically, I try using the following setting: SetHTTPHost( someIDVariable, "127.0.0.1", 1)
Here is the thing, it fail...
Going to a browser, I type the following: "https://127.0.0.1/"
It work...
As per the document, I could not assign any http:// or https:// to the address field.
I tried, it did not work.
Do anyone has any idea why it does not query a website the same way as "https://127.0.0.1/"?
Does it not append http:// or https:// to the front of the address provided?
With https://, it should automatically resolve with port 443 like a browser?
Any help appreciated!