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

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.

Replies are listed 'Best First'.
Re^4: Proxying web API requests
by Anonymous Monk on Sep 09, 2012 at 23:34 UTC

    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