You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A server that receives an obs-fold in a request message that is not within a "message/http" container MUST either reject the message by sending a 400 (Bad Request), preferably with a representation explaining that obsolete line folding is unacceptable, or replace each received obs-fold with one or more SP octets prior to interpreting the field value or forwarding the message downstream.
Our parser must adhere to this. Our implementation will opt into replacing the characters with a SP.
The text was updated successfully, but these errors were encountered:
https://datatracker.ietf.org/doc/html/rfc9112#section-5.2
rfc9112 states:
Our parser must adhere to this. Our implementation will opt into replacing the characters with a SP.
The text was updated successfully, but these errors were encountered: