koa-proxy icon indicating copy to clipboard operation
koa-proxy copied to clipboard

Documentation issue about "jar"

Open ldperron opened this issue 6 years ago • 1 comments

It is written: "Proxy won't send cookie to real server, you can set jar = true to send it." That's not the appropriate meaning of the jar option of request. In request documentation, it states: jar - if true, remember cookies for future use (or define your custom cookie jar; see examples section)

So, if jar=false, the cookies are still transmitted to the real server, and won't be cached by the proxy.

ldperron avatar May 02 '18 14:05 ldperron

OMG. We debugged this issue for weeks! Cookie is stolen by some other users!

ladjzero avatar Apr 18 '19 17:04 ladjzero