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
However I have run into the issue that none of the hooks provide access to the cookie jar.
I also tried having the cookies be attached manually for every request but this doesn't work for all cases because that hook is not invoked during redirects.
Ideally I would love for plugins to have a way to directly interact with the cookie jar, but as I mention above it would also work if redirects also invoked requesthooks
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I am trying to write a custom plugin that will add support for curl cookie files in the netscape cookie file format:
http://fileformats.archiveteam.org/wiki/Netscape_cookies.txt.
However I have run into the issue that none of the hooks provide access to the cookie jar.
I also tried having the cookies be attached manually for every request but this doesn't work for all cases because that hook is not invoked during redirects.
Ideally I would love for plugins to have a way to directly interact with the cookie jar, but as I mention above it would also work if redirects also invoked requesthooks
All reactions