Re: IRP for uSCXML
David Junger <[email protected]> Tue, 24 Jun 2014 22:48:53 +0200
| Newsgroups | gmane.comp.web.voice |
|---|---|
| Message-ID | <[email protected]> |
Le 24 jun 2014 à 21:35, Jim Barnett <[email protected]> a écrit : > On test520, are you saying that > > 'this%20is%20some%20content’ > > is the correct form for application/x-www-form-urlencoded header and body? If so, I'll have to change the tests to match that. If I put the %20 in the inline content, it comes through in the .scxml file, but I want to make sure that this is the right thing to do before I publish the change. Of course, the string would normally be transparently decoded when content-type is "application/x-www-form-urlencoded", but you're asking for "raw" data so you should get raw data. David