Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I am trying Azure API and it's Published successfully.
When I try it on my localhost it's working perfectly and I have no issues publishing it but when I try the URL I get this error:
This page isn’t working If the problem continues, contact the site owner. HTTP ERROR 405
Kindly help.
Thanks,
Jassim
HTTP Error 405 is an unsupported method. Most likely reason is you're hitting your API endpoint with an unsupported verb. Without more information about your hosting app and how you're calling it, check some of the below resources that prove helpful to resolve your issue: