-
Notifications
You must be signed in to change notification settings - Fork 131
405 METHOD NOT ALLOWED #88
Comments
Couldn't replicate that - could you give me some more details on the context you're using that code in? |
It's a frontend application using GitHub's Fetch polyfill to make the request. This happens both when trying to make the call from my script or when copying the code into the developer tool's console and triggering it from there. This is currently being run from a local development node server at localhost:3000 |
I'm getting the same error in response for other requests.
|
@Banderi That's because POST isn't implemented, so it's not allowed. |
You mean $.post isn't, or the POST method altogether isn't? In any case, without 50% of the ajax working I find this service quite lacking.. don't get me wrong, I appreciate the free service, but I thought the whole point would be to proxy simple ajax requests. |
I'm trying to make a call using fetch but no matter what site I try to hit I get a 450 Method not allowed.
I'm using it this way:
output:
Is this a bug or am I just not using crossorigin.me correctly?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: