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