Akamai Interview Question

what are the different HTTP response codes?

Interview Answers

Anonymous

Sep 17, 2011

google them its all their, make sure you know them front and back.

Anonymous

Mar 6, 2012

There are 5 status code classes: 1xx: info 2xx: success ex 200 3xx: redirection ex 301 moved permanently 4xx: client error ex 404 not found and 403 forbidden 5xx: server error ex 500 internal server error

2