-
Notifications
You must be signed in to change notification settings - Fork 305
New issue
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
Getting 413 Request Entity Too Large error on Firefox Android #305
Comments
You should disable automatic padding it doesn't work with firefox on android. |
Hello,
Hope it can help others |
I've also noticed the padding issue with Firefox for Android, setting it to 2048 (or even higher up to at 2800) will fix it. But another strange thing I noticed while looking at the content length of the eventual GuzzleHttp\Psr7\Request is that the content length always is 18 bytes larger than the padding should make it.
|
See #108 |
Hi,
I have tried auto padding and both reducing payload to just word "hello"
Still that doesn't work.
Any help.
Response attached.
Thanks.
The text was updated successfully, but these errors were encountered: