Skip to content
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

"Entity too large" error when using Chromium #311

Open
Holt59 opened this issue Jun 22, 2020 · 1 comment
Open

"Entity too large" error when using Chromium #311

Holt59 opened this issue Jun 22, 2020 · 1 comment

Comments

@Holt59
Copy link

Holt59 commented Jun 22, 2020

When using Chromium, I get a an error:

Entity too large
The request entity is too large.

when I try to access a page on the monkey webserver. I tested with two servers and I get similar issues. Other browsers are fine.

I am using monkey inside a docker image:

FROM alpine:latest

RUN apk add --no-cache monkey
RUN ln -s /var/monkey /www

ENTRYPOINT [ "monkey", "-p", "80" ]
@davidvicenteranz
Copy link

Same problem when I use traefik as load balancer sending port 443 to 2001, if the access is over local network, and not ssl, not problem, any solution?

Entity too large
The request entity is too large.
Powered by Monkey/1.6.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants