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

Support for X-HTTP-Method-Override #593

Closed

Conversation

maraujop
Copy link
Contributor

@maraujop maraujop commented Aug 2, 2012

This header allows to do one type of requests as another. Useful when Tastypie is in use with a server/proxy that doesn't support some kind of HTTP request.

For example Heroku doesn't allow at the moment PATCH requests, this way we can do a PATCH as a POST request.

This was once submitted but closed, see GH-351. This patch merges with current django-tastypie upstream.

Cheers,
Miguel

This header allows to do one type of requests as another. Useful when
Tastypie is in use with a server that doesn't support some kind of HTTP
request.

For example Heroku doesn't allow at the moment PATCH requests, this way
we can do a PATCH as a POST request.
@kennethreitz
Copy link

👍

@toastdriven
Copy link
Contributor

Added in SHA: 6b8b884

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

Successfully merging this pull request may close these issues.

None yet

3 participants