-
Notifications
You must be signed in to change notification settings - Fork 12
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
Non-standard Status Codes #81
Comments
hjayanet@E-3102-15:~$ curl -I --url https://www.linkedin.com/company/linkedin |
curl -I vkontakte.ru HTTP/1.1 418 |
@Neyo-odu, I am glad that you found a |
That's very cool, I had no idea! Would I be able to use this one also? curl -I https://www.google.com/teapot |
The task is to find different response codes, so it's a no. |
Z:>curl -i http://getstatuscode.com/420 HTTP/1.1 420 Policy Not Fulfilled |
@himarshaj, we will not entertain services that allow clients to decide what status code or headers to get back. Things like |
curl -I http://ttktrans.com HTTP/1.1 521 Origin Down This is a cloud-flare specific status code. Due to which means its not defined in any RFC or IANA |
Find up to two "in the wild" examples of different response codes not defined in an RFC (e.g.,
299
or999
). Standard HTTP status codes and their corresponding RFCs are listed in the HTTP Status Code Registry.The text was updated successfully, but these errors were encountered: