dariok / wdbplus

WDB-eXist
MIT License
8 stars 7 forks source link

view.html: support HTTP HEAD method #529

Closed dariok closed 3 months ago

dariok commented 1 year ago

Sometimes, an HTTP HEAD request is made prior to actually loading a page (e.g. sites like speedvitals or some other clients) – this must return the headers as suggested by the spec (currently, this results in a 400 error).