ontodev / droid

DROID Reminds us that Ordinary Individuals can be Developers
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

DROID incorrectly parses the CGI status field #96

Closed lmcmicu closed 3 years ago

lmcmicu commented 3 years ago

DROID is not currently handling the (optional) CGI Status header correctly. The default when it is not present should be 200, not 0. Also, when the status field is included in the headers, it can optionally be followed by a text description. See https://tools.ietf.org/html/rfc3875#section-6.3.3 and https://tools.ietf.org/html/rfc3875#section-6.2.1