Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Currently, I'm making a post request to WEB API and I'm getting following error in console.

GET http://localhost:56800/api/KendoGridAPI 405 (Method Not Allowed)

What I have tried:

i tried adding Access-Control-Allow-Origin: in headers and enabling CORS in webapiconfig but still, i'm getting this error.
Posted
Updated 1-May-17 2:05am

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900