SLIDE 8 ITS335 Web Security Browsing Applications HTTPS Certificates Summary
8/31
HTTP Response Messages
◮ Start line: Version StatusCode StatusReason ◮ Status Codes and Reasons:
◮ 100: Continue (the client should continue with its
request)
◮ 200: OK (the request succeeded) ◮ 301: Moved Permanently (the requested resource has a
new URL)
◮ 304: Not Modified (resource hasnt changed since last
request, client should use cached copy)
◮ 401: Unauthorized (request must include user
authentication)
◮ 403: Forbidden (request was understood, but server
refuses to process it)
◮ 404: Not Found (server cannot find resource at
requested URL)
◮ 503: Service Unavailable (server currently unable to
handle request, e.g. server is too busy)