PDA

View Full Version : http request forwarding



dorkai
03 May 2008, 12:23 PM
Hi all,

I have a application server I am trying to send a http request to, but this server only allows requests from my web server because of IP filtering.

What is the best way to go about doing this?

Basically what needs to happen is when the client fills out a form, the web server must take that information and be the one performing the http request to the application server with that information. Does this make sense?

What is the best way to go about doing this.

Please help! Thanks

dk01
03 May 2008, 12:36 PM
Seems that some kind of proxy script would be the best method. I am sure there are some php http proxies out there. Couldn't recommend the best one however. :(