Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.2.1
-
None
Description
Attempt to use PATCH method results in error:
Unsupported HTTP method type
Most probably two files need attention:
./qtbase/src/network/access/qnetworkaccessmanager.cpp
Few lines copy-paste from other methods.
./qtdeclarative/src/qml/qml/qqmlxmlhttprequest.cpp
Oneliner, just allow the PATCH method.
http://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol
PATCH - Is used to apply partial modifications to a resource.
Attachments
Issue Links
- relates to
-
QTBUG-36456 XMLHttpRequest does not support PROPFIND method
-
- Closed
-