Re: IRP for uSCXML

On Jun 24, 2014, at 21:50, Jim Barnett <1jhbarnett@gmail.com> wrote:

> since params are supposed to become post header parameters.

But they cannot, at least not without some encoding - param.expr might evaluate to a JSON structure with multiple newlines. In our case, it might even evaluate to a DOM node, in which case we’d like to pass some XML. And what about <param name=“Content-length” expr=“‘0’”> - is that allowed to become a HTTP post header?

Regards
Stefan

Received on Tuesday, 24 June 2014 21:11:41 UTC