2
Answers

Call Web api Post method from Angular 2 app

When i call webapi from my angular 2 App it returns the following error. 
Failed to load resource: the server responded with a status of 405 (Method Not Allowed).
But it Perfectly works when using HTTPGET . when try to access the HttpPost only have that error.
 
 
Answers (2)