Skip to content
This repository has been archived by the owner on Nov 28, 2021. It is now read-only.

Discussion on `Size of a request header field exceeds server limit' error #101

Open
BradMclain opened this issue Nov 17, 2015 · 0 comments
Assignees
Labels

Comments

@BradMclain
Copy link
Contributor

BradMclain commented Nov 17, 2015

This is easy to trigger if you have a large tree of related rest models. Werkzeug and other development environments don't seem to care about this but apache does.

We should document what to do if this is encountered by users.

We should perhaps also encourage setting the development server to the same as production server to avoid nasty surprises.

This can be resolved in a couple ways:

  • Changing server setting to allow for longer headers
  • Not sending up all fields in the filter (sometimes hard to do)
  • Terminating large trees of data with end classes eg Author instead of User
@BradMclain BradMclain self-assigned this Nov 17, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant