payload
payload copied to clipboard
fix: error 431 when having a lot of relationship items
Description
To fix the issue of GET request getting a too long query variable as described in #6486, I have implemented X-HTTP-Method-Override header to allow this query to be sent as a POST request and giving the information that is it actually a GET request.
- [X] I have read and understand the CONTRIBUTING.md document in this repository.
Type of change
- [X] Bug fix (non-breaking change which fixes an issue)
Checklist:
- [X] I have added tests that prove my fix is effective or that my feature works
- [X] Existing test suite passes locally with my changes