Forum Discussion
rramesh
8 years agoOccasional Contributor
\r\n too does not work.
- PaulMS8 years agoSuper Contributor
you can use the percent-encoded value for a new line, it's %0D%0A although %0A(ASCII 10 - line feed) or %0D (ASCII 13 - carriage return) should work alone.
Also disable URL encoding of the parameter value for the REST resource/method when using custom encoding in this case.
For custom encoding handling when setting a parameter value (the “Disable Encoding” setting)
https://www.soapui.org/rest-testing/rest-resources-and-methods.html
- sanj8 years agoSuper Contributor
\r is another way of doing new line I was not going to expect that to work
Try searching online line man I am sure someone must have solution to this one
Related Content
- 3 years ago
- 5 years ago
- 7 years ago
Recent Discussions
- 9 hours ago
- 5 days ago