Changes between Initial Version and Version 1 of Ticket #20147, comment 2
- Timestamp:
- Apr 8, 2013, 9:43:58 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20147, comment 2
initial v1 1 HTTP headers are case insensitive. You want to get rid of the transform, but what happens when someone sends "accept: " and you check for HEADERS["Accept"]?1 HTTP headers are case insensitive. You want to get rid of the transform, but what happens when someone sends "accept: " and you check for `HEADERS["Accept"]`?