FortAwesome / wordpress-fontawesome

Font Awesome Official WordPress Plugin
Other
56 stars 19 forks source link

Add specific diagnostics for when the PUT method is disallowed #107

Closed mlwilkerson closed 2 years ago

mlwilkerson commented 3 years ago

A common problem is when the user's browser tries to send a PUT request to the /api route and receives a 405 Method Not Allowed response. Some web servers are configured to disallow PUT but shouldn't be. We could provide more useful, specific information about that in the error message.