Displaying 1 result from an estimated 1 matches for "put_overrid".
Did you mean:
put_override
2009 Nov 28
3
When and Where does is the Method Override parsed?
...uot; \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "X-HTTP-Method-Override: PUT" \
-d "{ \"question\": { \"question\": \"Is Override the Answer?\",
\"url\": \"put_override\" }}"
This doesn''t
curl ''http://www.whatsayye.com/questions/3.json'' \
-X "GET" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "X-HTTP-Method-Override: PUT" \...