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