How can I enter special whitespace characters into request?
In some of our old test we have requests where we entered line feed or carriage return special characters with the following piece of code: <element>${=String.valueOf('\u000A')}</element> I *THINK...