Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.5.0-beta1
-
None
Description
Currently I can use gadgets.io.makeRequest to do a PUT but the PUT body does not reach the destination. This works today for POST, it simply seems that PUT was left out of that implementation.
This issue is a regression that was caused by this fix to enable form POSTing through the proxy. https://issues.apache.org/jira/browse/SHINDIG-1695