Can a well-formed HTTP Request contain "NULL"?
        Posted  
        
            by StackedCrooked
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by StackedCrooked
        
        
        
        Published on 2010-04-16T15:10:38Z
        Indexed on 
            2010/04/16
            15:13 UTC
        
        
        Read the original article
        Hit count: 231
        
http
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?
© Stack Overflow or respective owner