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
Posting a large JSON payload causes "request entity too large" error and there is no configuration to up this limit.
I believe the default body-parser for the JSON is 100k. There is an option to set a limit but it isn't exposed to the mocks-server user.
The text was updated successfully, but these errors were encountered:
Hi, We could add a new option for setting the limit, as in:
module.exports = { options: { bodyParserJsonLimit: "50mb" } }
Sorry, something went wrong.
feat(#251): Add options for configuring json body parser and urlencod…
807df3c
…ed body parser
javierbrea
Successfully merging a pull request may close this issue.
Posting a large JSON payload causes "request entity too large" error and there is no configuration to up this limit.
I believe the default body-parser for the JSON is 100k. There is an option to set a limit but it isn't exposed to the mocks-server user.
The text was updated successfully, but these errors were encountered: