http://www.perlmonks.org?node_id=992636


in reply to Re: Proxying web API requests
in thread Proxying web API requests

Plack::App::Proxy / Plack::Middleware::Proxy::Requests

Replies are listed 'Best First'.
Re^3: Proxying web API requests
by Anonymous Monk on Sep 09, 2012 at 23:31 UTC
    Plack::App::Proxy looks like it might work. Any idea if I can use it to change the authentication credential that gets sent to the 3rd party? That's what I really need to do.

      Any idea if I can use it to change the authentication credential that gets sent to the 3rd party?

      I don't know how smart you are