mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-03 15:04:17 +01:00
If the endpoint receives no header, treat it as '*/*' Don't fail prematurely, since asyncwebserver handler needs to claim the request to issue a custom response code. ref. - https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/406 - https://datatracker.ietf.org/doc/html/rfc7231#section-6.5.6