Lot's of web service hooks out there require POST or PUT, and also require one to set the content-type, and or use the raw body rather than URL parameters.
Also custom request headers please (easily done in jQuery, for example). This will allow Twine to talk to some services which may require some Authentication/Identity Delegation.
Answers
Lot's of web service hooks out there require POST or PUT, and also require one to set the content-type, and or use the raw body rather than URL parameters.
Being able to POST or PUT JSON or XML would be great as well.
Thanks
Umar