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
Documentation states that it should be possible to filter cookies using URL as a plain string. However, that raises an exception:
filtered = session.cookie_jar.filter_cookies('http://httpbin.org')
It should be possible to filter cookies by plain string.
Using plain string causes an exception.
Follow example in documentation.
The text was updated successfully, but these errors were encountered:
merged
Sorry, something went wrong.
move fix #1636 to 1.3 branch
c5a7fea
0c6d1a4
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
If you feel like there's important points made in this discussion, please include those exceprts into that new issue.
No branches or pull requests
Long story short
Documentation states that it should be possible to filter cookies using URL as a plain string. However, that raises an exception:
Expected behaviour
It should be possible to filter cookies by plain string.
Actual behaviour
Using plain string causes an exception.
Steps to reproduce
Follow example in documentation.
The text was updated successfully, but these errors were encountered: