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
cookie_manager
5.4.0
Android, iOS
Hi,
I'm using RetryInterceptor from "dio_smart_retry". On each retry the cookie value is expanded.
For example: cookie value is "A" First try: cookie = "A" Second try: cookie = "AA" Third: "AAA"
How can I solve this?
The same cookie value on each retry.
Described in steps.
The text was updated successfully, but these errors were encountered:
Please ask the team of dio_smart_retry for help.
dio_smart_retry
Sorry, something went wrong.
No branches or pull requests
Package
cookie_manager
Version
5.4.0
Operating-System
Android, iOS
Steps to Reproduce
Hi,
I'm using RetryInterceptor from "dio_smart_retry".
On each retry the cookie value is expanded.
For example: cookie value is "A"
First try: cookie = "A"
Second try: cookie = "AA"
Third: "AAA"
How can I solve this?
Expected Result
The same cookie value on each retry.
Actual Result
Described in steps.
The text was updated successfully, but these errors were encountered: