← Back to team overview

sslug-teknik team mailing list archive

Re: HTTP status

 

Rasmus Wätjen wrote:
> 
> > Eks, 200, 304, 400, 500 Og så videre......Dem der kender jge godt, men
> > der er mange ?
> De står alle sammen i HTTP RFC'en, som kan hentes fra
> http://sunsite.dk/RFC/rfc/rfc2617.html.
> 
> Mvh Rasmus


100 Continue
101 Switching protocol

2XX - Generalt OK
200 OK
201 Created
202 Accepted
203 Non-authoritative information
204 No content
205 Reset content
206 Partial content

3XX - Redirects
300 Multiple choises
301 Moved permanently
302 Moved temporarly
303 See other
304 Not modified

4XX - Client error
400 Bad request
401 Unauthorized
402 Payment required
403 Forbidden
404 Mot found
405 Method not allows
406 Not acceptable
407 Proxy authentication required
408 Request timeout
409 Conflict
410 Gone
411 Length required
412 Precondition failed
413 request entity too long
414 Request URI too long
415 Unsupported media

5XX - Server error
500 Internal server error
501 Not implemented
502 Bad gateway
503 Service unavailable
504 Getway timeout
505 HTTP version not supported

/eiler

-- 
Jacob Eiler - Software Developer - eiler@xxxxxxxxxxx
                      --- o ---
...Unix, MS-DOS, and Windows NT (also known as the Good,
the Bad, and the Ugly).                   -- Matt Welsh


References