in reply to Proxying web API requests

What is the simplest way to do this?

Just go as you described?

Replies are listed 'Best First'.
Re^2: Proxying web API requests
by Anonymous Monk on Sep 09, 2012 at 22:55 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