Open ncorn opened 9 years ago
The main benefit, I think, for stating this is that when evaluating a new proxy or server software, we can go "will, does it handle a path of 4000 octets?" and it's a good argument against choosing a particular serve software or an acknowledgement that a setting needs to be adjusted to abide by the REST guidelines.
It would also allow us to give best practices on a variety of platform configurations. That would help newcomers know they are playing nice with the platform. Also allows us to develop a certification testing process.
We agree that this needs to be done. It is slaed for 4.2. Work is in progress.
I think we need definitive rules on lengths:
Andrew has pointed out that a lot of different frameworks and servers slice and dice those limits in a lot of different ways. My primary concern is the following scenario:
Overall statement being that if we rely on the query string for filtering exclusively we need to define its max usage so that we have defined what use cases it has solved or not solved.