We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cookieJar.getCookies({ domain: "second.url" })
deno-another-cookiejar/fetch_wrapper.ts
Line 43 in 7e0f958
Should maybe be:
cookieJar.setCookie(value, result.url);
The text was updated successfully, but these errors were encountered:
86d2ad0
Merge pull request #12 from maccyber/correct_cookie_domain_when_redir…
1a40c41
…ected Sets the correct cookie domain when redirected. Fixes #11
No branches or pull requests
cookieJar.getCookies({ domain: "second.url" })
is empty)deno-another-cookiejar/fetch_wrapper.ts
Line 43 in 7e0f958
Should maybe be:
The text was updated successfully, but these errors were encountered: