You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: