// JP opened flex table

Click to See Complete Forum and Search --> : Building Web Server behind proxy


qhimq
May 27th, 2008, 08:10 AM
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++

Edders
May 27th, 2008, 12:49 PM
If the proxy is just a HTTP proxy then I don't think you can bypass it without changing the config of the proxy. If the proxy has a SOCKS interface then you may be able to do so (if the config allows you to).

//JP added flex table