Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

405 method not allowed #293

Closed
johnwesthoff opened this issue Nov 5, 2014 · 3 comments
Closed

405 method not allowed #293

johnwesthoff opened this issue Nov 5, 2014 · 3 comments

Comments

@johnwesthoff
Copy link

I've tried to use the upload component but it fires a "method not allowed" after uploading to a /upload directory, created in the webapp dir. I'm using IISExpress, Asp.net MVC and angular. How can i fix this?
knipsel

@stephaneeybert
Copy link

You are doing a POST to a resource whose response says it only accepts GET, HEAD, OPTIONS, TRACE

Maybe you want to check your CORS filter and make sure POST is accepted as well.

@rboughani
Copy link

see on Response Headers
Allow: GET, HEAD, OPTIONS, TRACE,
if you have not défine any http methode, thats post which defined in default,
try to défine GET just to test

@nervgh
Copy link
Owner

nervgh commented Nov 29, 2016

@johnwesthoff you need implement your server side 😺

@nervgh nervgh closed this as completed Nov 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants