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

Add support for X-HTTP-Method-Override #351

Closed
wants to merge 1 commit into from
Closed

Add support for X-HTTP-Method-Override #351

wants to merge 1 commit into from

Commits on Feb 1, 2012

  1. Added support for X-HTTP-Method-Override.

    If present, this header allows POST requests to masquerade as other HTTP
    methods. This is a bit gross, but it lets non-conforming clients work OK,
    and lets us work around weird proxies.
    
    This isn't a standard, but it follows what GData does, so I s'pose
    that's good enough.
    jacobian committed Feb 1, 2012
    Copy the full SHA
    2c7ca80 View commit details
    Browse the repository at this point in the history