160 likes | 166 Views
Understand the fundamentals of HTTP, including URL basics, message flow, request methods, response status codes, and TLS/SSL connection. Learn from a web application developer's perspective.
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