Forum

WebRequest is responding from random URL

Hi, I am getting random responses for the same WebRequest() on the same server? The curl response works absolutley fine. Anyone else seeing these issues? Output from the curl statement on the server which is correct and works fine. C:\Users\Administrator>curl -vk "

Webrequest call and keep alive connection issue with AWS API gateway

Hi, is anyone else having problems with the WebRequest() function calling an AWS API gateway resource? The issue I am experiencing is that the "Connection: keep-alive" is automatically added to the header. I tried to overwrite it with "Connection: close" in the header, but I have read that this is