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
When calling API (GET) using jquery.ajax with timestamps(cache=false), Sandman generates "Server Internal Error".
Workaround is to filter arguments from GET and bypass _=123456789.
_=123456789
if key == '_': continue if key == 'page': continue
File sandman.py around line 223, function retrieve_collection. Same situation as with page argument.
The text was updated successfully, but these errors were encountered:
Would you feel comfortable writing a test to show the exact situation in which this breaks?
Sorry, something went wrong.
No branches or pull requests
When calling API (GET) using jquery.ajax with timestamps(cache=false), Sandman generates "Server Internal Error".
Workaround is to filter arguments from GET and bypass
_=123456789
.File sandman.py around line 223, function retrieve_collection. Same situation as with page argument.
The text was updated successfully, but these errors were encountered: