TooTallNate / superagent-proxy

`Request#proxy(uri)` superagent extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cookies

JadyNews opened this issue · comments

Hi ,

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

Thanks,
Jady

Like so:

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