160 likes | 239 Views
The Basics of HTTP Jason Dean http://www.12robots.com. About Me. Web Application Developer with the Minnesota Department of Health (MDH) Chairperson and User Group Manager of the MDH ColdFusion User Group Web Development Blogger (http://www.12robots.com) Veteran of the U.S. Coast Guard.
E N D
About Me • Web Application Developer with the Minnesota Department of Health (MDH) • Chairperson and User Group Manager of the MDH ColdFusion User Group • Web Development Blogger (http://www.12robots.com) • Veteran of the U.S. Coast Guard
HTTP URL Basics • <scheme>://<host>:<port>/<path>?<query>#<frag> • Example:
Request Methods GET POST PUT DELETE HEAD OPTIONS TRACE
Status Codes 403 Forbidden 401 Unauthorized 302 Found 404 Not Found 301 Moved Permanently 200 OK 500 Internal Server Error