Greetings, all.
I’ve created an enhanced version of the HTTP binding that allows sending a POST command with body content. (see #2044 in the defect tracker).
2 goals:
1: maintain backward compatibility (ie. using this new version should produce NO change in behaviour for existing setups that use the HTTP binding.)
2: allow the http out binding to send a POST command that has content in the body
So I’d greatly appreciate anyone who uses this binding to drop this new test jar into their setup and verify it continues to work correctly. Anyone who’d like to try out the new POST functionality is also highly appreciated.
Here’s the link to the jar file.
Brief directions on setup for the new functionality:
Item binding syntax:
http:">[<command>:POST:<url>[:postcontent]]"
Example:
http:">[ON:POST:http://www.google.com/:Something wicked this way comes]"