-
Notifications
You must be signed in to change notification settings - Fork 116
Closed
Milestone
Description
I've an issue with cross domain queries I'm doing on a Taffy powered REST API. I've already seen there was a configuration setting added called enableCrossDomainAccess() which I have sucessfully enabled.
POST and GET methods work now like a charm. But I'm a bit in a loss now for PUT methods. The browser always states: "Method PUT is not allowed by Access-Control-Allow-Methods"
Is there any possibility to enable PUT methods or are there any best practices out there on how the API should work? Since as far as I know Twitter hadn't implement any PUT or DELETE methods - maybe for this reason?!
I feel like I'm missing something here :(
Metadata
Metadata
Assignees
Projects
Relationships
Development
Select code repository
Activity
marbetschar commentedon Sep 30, 2012
I think this hone is already fixed in the dev branch?
atuttle commentedon Sep 30, 2012
I believe this is fixed in master. Was this something you submitted before you gave me a patch to create this header?
marbetschar commentedon Oct 1, 2012
Yes I've submitted a pull request for this one and it has made it's way into the master branch.