dgw / plex-pushover

A simple plex webhook to send a Pushover notification every time someone starts playing media on your server
MIT License
5 stars 3 forks source link

405 response should include Allow header #24

Closed dgw closed 4 years ago

dgw commented 5 years ago

Bug because the spec for 405 Method Not Allowed says "MUST include", and we don't:

The method specified in the Request-Line is not allowed for the resource identified by the Request-URI. The response MUST include an Allow header containing a list of valid methods for the requested resource.