1. Quick reminder about HTTP

  1. When HAProxy is running in HTTP mode, both the request and the response are
  2. fully analyzed and indexed, thus it becomes possible to build matching criteria
  3. on almost anything found in the contents.
  4.  
  5. However, it is important to understand how HTTP requests and responses are
  6. formed, and how HAProxy decomposes them. It will then become easier to write
  7. correct rules and to debug existing configurations.