160 likes | 240 Views
Explore the basics of HTTP protocol, OSI model, URL structures, message flow, methods, status codes, and TLS/SSL connections. Enhance your knowledge with examples and detailed explanations.
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