I am sending a JSON string to a website, and everytihng works in my program when i use port 80, but In the following line, replacing it to %INTERNET_DEFAULT_HTTPS_PORT (port 443) forwards me to a weird search website like the ones that appear when a domain has expired.
Has anybody experienced this? Any suggestions as to what i could try?
Sorry about the post name, i didnt know how to name it.
Code:
' Create an internet Connection. hConnection = InternetConnect(hInternet, byval varptr(wzDomain), %INTERNET_DEFAULT_HTTP_PORT, byval 0, byval varptr(wzVersion), %INTERNET_SERVICE_HTTP, 0, 0)
Has anybody experienced this? Any suggestions as to what i could try?
Sorry about the post name, i didnt know how to name it.
Comment