Evil_TTL> show | s

HTTP

Category:F5 -> Basic Definitions

HTTP Methods

  • GET
  • HEAD
  • POST

Initial Request Line

Format (3 parts): method name + local path + HTTP version

Separation between parts by spaces.

Example:

GET /path/to/file/index.html HTTP/1.0 

Initial Response Line (Status Line)

Typical status line:

HTTP/1.0 200 OK 
HTTP/1.0 404 Not Found 

http.JPG

More info on how to submit request using HTTP/1.1: Health Monitor on F5

By privilege15