Can a well-formed HTTP Request contain "NULL"?
- by StackedCrooked
My OCSP client is sending me the following HTTP request:
POST <NULL> HTTP/1.0
Content-Type: application/ocsp-request
Content-Length: 120
The NULL is not mentioned in the RFC for HTTP 1.0. Does that make this a malformed request?