1 / 16

The Basics of HTTP Jason Dean 12robots

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.

read
Download Presentation

The Basics of HTTP Jason Dean 12robots

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. The Basics of HTTPJason Deanhttp://www.12robots.com

  2. 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

  3. Overview

  4. HTTP on the OSI Model

  5. Resources

  6. HTTP URL Basics • <scheme>://<host>:<port>/<path>?<query>#<frag> • Example:

  7. HTTP Messages

  8. HTTP Message Flow

  9. HTTP Message Parts

  10. Requests

  11. Request Methods GET POST PUT DELETE HEAD OPTIONS TRACE

  12. Responses

  13. Status Codes 403 Forbidden 401 Unauthorized 302 Found 404 Not Found 301 Moved Permanently 200 OK 500 Internal Server Error

  14. TLS/SSL

  15. TLS/SSL Connection

  16. SSL Handshake

More Related