Intro to ASP.NET 4 Flashcards
Distributed Authoring and Versioning (DAV)
A set of extensions to HTTP 1.1 It provides the ability to lock and unlock files and the ability to designate versions.
Status code group 1xx
Informational:
the request was received and the server is continuing to process
Status code group 2xx
Success
The action was successfully received, understood and accepted
Status code group 3xx
Redirect Command
The client must access a different resource instead
Status code group 4xx
Client Error
the request has a syntax error or the server does not know how to fulfill the request
Status code group 5xx
Server Error
the server failed to fulfill a request that appears to be valid
Status code 100
continue
Status code 200
OK
Status code 201
Created
Status code 300
Multiple choices
Status code 301
Moved Permanently
Status Code 302
Found
Status Code 400
Bad Request
Status code 401
Unauthorized
Status code 403
Forbidden