We are using on-premise, Umbraco version 8.17.0.
We have some simple Contact forms that have Workflow "Post as XML" enabled. The Workflow is setup to Post the form data as xml to an external aspx page, which then consumes the xml and does something with it (for debug purposes we are writing it out to a file).
The aspx page is setup with a handler to accept the post context, everything works except when special characters are entered on the form. In these case we are seeing that special characters are replaced with a ?
Post as XML and Special Characters
Hello,
We are using on-premise, Umbraco version 8.17.0. We have some simple Contact forms that have Workflow "Post as XML" enabled. The Workflow is setup to Post the form data as xml to an external aspx page, which then consumes the xml and does something with it (for debug purposes we are writing it out to a file). The aspx page is setup with a handler to accept the post context, everything works except when special characters are entered on the form. In these case we are seeing that special characters are replaced with a ?
e.g. Se�or
Has anyone run into this before?
Appreciate any help
Thanks, Jim
Hello,
Does anybody know that the encoding is in the Post as XML output?
Thanks, James
is working on a reply...