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
How do you envision the retry working in detail? Would the browser retry a POST request? Would it honor Set-Cookie headers sent in the first response?
The text was updated successfully, but these errors were encountered:
we only modify the accept-language header with the more preferred language for the retry request. For other headers it would be the same as the initial requests. I don't think we change the request method, it depends on the initial request as well. You can see more details on the implementation docs: https://docs.google.com/document/d/1RkPDf7DNtcOj4KXeW8wNCuYfto-drnGYST_NvZe3GoY/edit?tab=t.0#bookmark=id.jbb4wdao0qq9
Sorry, something went wrong.
No branches or pull requests
How do you envision the retry working in detail? Would the browser retry a POST request? Would it honor Set-Cookie headers sent in the first response?
The text was updated successfully, but these errors were encountered: