konnjuta has asked for the wisdom of the Perl Monks concerning the following question:
I've got a closed source client/server software that communicate through HTTP. Unfortunately, neither the client nor the server has any authentication module for HTTP communication.
To overcome this I've set up an nginx proxy on the server. However I still need a HTTP handler clientside to capture all outgoing client requests and manipulate it to encompass the authentication mechanism used by the proxy.
How can I use Perl to do this?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Client-Side HTTP Handlers
by stephen (Priest) on May 24, 2013 at 01:45 UTC |