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

Error management improvement (using HTTP status code) #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Error management improvement (using HTTP status code) #29

wants to merge 1 commit into from

Conversation

GBO
Copy link

@GBO GBO commented Jan 3, 2017

Improvement to enable HTTP error code when requesting the pages via this proxy.

This solution could be improve to manage specifically all CURL error code (as in penpendede try), but I'm not sure we can translate all CURL error code to a specific HTTP error code. This solution is a quite simple translation :

  • CURL error 7 : 408 Request TimeOut
  • Script invalid domain/request : 403 Forbidden
  • Other errors : 500 Server Error

I'm using this version for a simple supervision tool based on ajax requests on several development environments.

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

Successfully merging this pull request may close these issues.

1 participant