Skip to content

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