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
400 - Bad Request
413 - Request entity too large
Currently, 400 - Bad Request http error response is returned if query count exceeds configured Query Max Number Of Results.
Keep in line with already existing http error code - 413 - Request Entity Too Large.
413 - Request Entity Too Large
Related #4487
The text was updated successfully, but these errors were encountered:
Replace 400 - Bad Request with 413 - Request entity too large error r…
8892267
…esponse code for matching RS services #4488
vrindanayak
No branches or pull requests
Currently,
400 - Bad Request
http error response is returned if query count exceeds configured Query Max Number Of Results.Keep in line with already existing http error code -
413 - Request Entity Too Large
.Related #4487
The text was updated successfully, but these errors were encountered: