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

Handling 403, 404 errors #1

Closed
peterpuzos opened this issue Oct 7, 2015 · 1 comment
Closed

Handling 403, 404 errors #1

peterpuzos opened this issue Oct 7, 2015 · 1 comment

Comments

@peterpuzos
Copy link

Currently, if the request fails, it just gets classified as a timeout. Is there any plans to handle 400 errors?

@camsong
Copy link
Owner

camsong commented Oct 8, 2015

Not sure if we can do this. Jsonp uses a script tag to make a request, and use the callback to notify it's end, if got 400 exception, the callback will not be invoked, so we does not know the request end.

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