Use site without SLL Certificate in httpRequest.Post

129 views Asked by At

It is possible to use sites without SLL certificate in httpRequest.Post? I tried this: (but this doesn't work)

httpRequest.Post("http://examplesite.com");

I mean how to use sites http:// no https:// if it is possible please fix that code. Thanks for help

0

There are 0 answers