-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
This came up at the Workshop -- if a reverse proxy is deployed in front of a server, and that reverse proxy doesn't know about this convention, it can expose state to the back end server.
Whether or not that's a security issue depends on the information exposed.
One way to avoid this is to use OPTIONS with Max-Forwards, e.g.,
OPTIONS /.well-known/h2-debug-state
Max-Forwards: 0
However, the downside is that this would make it difficult / impossible to use from a browser, which is probably the point. If it's just meant for programmatic access, maybe a new frame type makes more sense.
Metadata
Metadata
Assignees
Labels
No labels