Rest API - page contains the following errors - PCDATA invalid charIssue When using the Rest API in a browser it will return the following error if the response contains certain special characters eg. vertical tab (ASCII 11)This page contains the following errors:error on line 6... (see attached file) CauseThis is an issue with the browser's ability to render the data in the response. When tested in REST API Explorer we can see that the response body contains the expected data. Data in incident JSON XML ResolutionAs the response body contains the expected data the consumer of the data needs to be adjusted to cope with the special characters. If this is not possible then the problematic special characters will need to be removed from the incident data.