Out-going request:
- Own server --> ISP proxies --> Customer proxy (Nginx) --> Customer server
Inward request:
- Customer server --> ISP proxies --> Own proxy (Nginx) --> Own server
- Exactly a response from server
- No failures, informational response
2xx:
- Exactly a response from server
- Successful response from server
3xx:
- Response from server or proxies
- HTTP redirect
- Possible issues:
- Bad redirect by server, for example, infinite redirection
- Bad redirect by proxies, for example, inifinite redirection
- Exactly a response from server
- Error due to client request data
- Possible issues:
- Bad headers
- Bad parameters in URL
- Bad data in POST body
- Response from server or proxies
- Error due to server side
- Possible issues:
- Server code error, exception, crash, etc.
- Proxy (Nginx) fails to proxy_pass to a service
- Target IP, domain, subdomain don't exist
- Target machine having firewall that dropouts connections
- No internet connection
- Server doesn't respond
https://en.wikipedia.org/wiki/List_of_HTTP_status_codes
No comments:
Post a Comment