I'm making a web server program and it works outside the company's proxy. I don't have permission to modify the proxy server at all. Is there any way to have the outside world connect to my computer without modifying the proxy server?
I want the program to work at any business w/any proxy server automatically.
Thanks for your reply.
on a side-note: How would I go about doing requests to the proxy server?
I'm doing this from winSockets in C++