February 18, 20187 yr So I'm trying to submit information to an SQL database from a script using HTTP requests, but I can't figure out how to get it to do so without using the proxy the client is currently using. Is there a way around this?
February 18, 20187 yr The only connections that are not going to be proxied are to localhost, so you would have to create a local server to forward the request through. Other than that, no.
February 18, 20187 yr Author 45 minutes ago, Lemons said: The only connections that are not going to be proxied are to localhost, so you would have to create a local server to forward the request through. Other than that, no. Thanks, found a way around it using netsh.
Create an account or sign in to comment