Skip to content
New issue

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

Call to API from jquery.ajax (with timestamp) - Server Internal Error #82

Open
marcinklimek opened this issue May 15, 2014 · 1 comment

Comments

@marcinklimek
Copy link

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.

        if key == '_':
            continue
        if key == 'page':
            continue

File sandman.py around line 223, function retrieve_collection. Same situation as with page argument.

@jeffknupp
Copy link
Owner

Would you feel comfortable writing a test to show the exact situation in which this breaks?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants