TooTallNate / superagent-proxy

`Request#proxy(uri)` superagent extension
154 stars 46 forks source link

cookies #28

Open JadyNews opened 6 years ago

JadyNews commented 6 years ago

Hi ,

Just wondering if the saving cookies for superagent.agent is also available for superagent-proxy, how to configure it ?

Thanks, Jady

jasonholloway commented 5 years ago

Like so:

const agent = superagent.agent()
    .use(req => req.proxy('http://localhost:8080'))