Changes between Initial Version and Version 1 of Ticket #9020, comment 9


Ignore:
Timestamp:
May 18, 2025, 9:40:31 PM (15 months ago)
Author:
eb3f73

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9020, comment 9

    initial v1  
    22> How is that out problem? Fix S3.
    33
    4 I don't think that's practical. Further, I have noticed at least one other site that suffers from this issue. Is there a technical reason why the length limit should not be increased? It's not defined by the standard (as far as I know), and various HTTP servers allow for headers of lengths 4k, 8k, 16k, and (in one case) 48k. [https://stackoverflow.com/questions/686217/maximum-on-http-header-values citation]
     4I don't think that's practical. Further, I have noticed at least one other site that suffers from this issue. Is there a technical reason why the length limit should not be increased? It's not defined by the standard (as far as I know). As noted in the original patch, various HTTP servers allow for headers of lengths 4k, 8k, 16k, and (in one case) 48k. ([https://stackoverflow.com/questions/686217/maximum-on-http-header-values Citation].)