[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[OT] CGI request proxy



Hi,

I'd like to create a web form that acts as a simple proxy:

- it's on machine P
- it looks like a form on machine S
- when users submit the form on P, the "proxy cgi" logs their
  imput, submits an identical request to S, and shows S's output
  on the user's browser.

(I'm talking about one specific, simple form, with a POST method).

I was hoping LWP for perl would have a trivial solution for this,
but I could't find it. Has anyone written something like this, or
seen anything that does it? I could whip it up, but am too Lazy.

(oh alright. If nobody offers a solution, I'll post my eventual
one to cpan)


Gaal