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

Adding support for the X-HTTP-Method-Override header. #3202

Merged
merged 5 commits into from Feb 5, 2014
Merged

Adding support for the X-HTTP-Method-Override header. #3202

merged 5 commits into from Feb 5, 2014

Conversation

teghnet
Copy link
Contributor

@teghnet teghnet commented Feb 4, 2014

If a firewall does not allow PUT or any other methods, one can use POST or GET with an additional header: X-HTTP-Method-Override: PUT. I think it is a good feature before yii2 becomes "stable".

@samdark
Copy link
Member

samdark commented Feb 5, 2014

Would you please add a line to changelog?

@samdark samdark self-assigned this Feb 5, 2014
@teghnet
Copy link
Contributor Author

teghnet commented Feb 5, 2014

done

@@ -5,6 +5,7 @@ Work in progress

Version 1.1.15 under development
--------------------------------
- Enh #3202: Adding support for the `X-HTTP-Method-Override` header in CHttpRequest.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please specify you name here and order according to issue type and number. Thanks.

@samdark samdark added this to the 1.1.15 milestone Feb 5, 2014
@teghnet
Copy link
Contributor Author

teghnet commented Feb 5, 2014

The changelog should be OK now. :)

samdark added a commit that referenced this pull request Feb 5, 2014
Adding support for the X-HTTP-Method-Override header.
@samdark samdark merged commit 4e8b4d1 into yiisoft:master Feb 5, 2014
@samdark
Copy link
Member

samdark commented Feb 5, 2014

Merged. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants