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
A temporary workaround for allowing this globally, is to monkeypatch the setCookie method in tough-cookie on an instantiated cookie jar. Something like this:
(Note that this might fail if you omit the options argument and only specify a callback. I have not looked into how tough-cookie parses its arguments.)
I have not tested this workaround yet, though, and I'll need to think for a while about the most sensible way to integrate this option into bhttp. Let me know whether it works as intended.
Please add an acceptInvalidCookies option. An example of a site that is requiring this is http://www.academicjournals.org.
Thanks
The text was updated successfully, but these errors were encountered: