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.
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.