Hi All,
i am using HTTP caller and getting wherein i am passing name text and checking certain parameters but getting an error message as "{"status":"ERROR","messageName":"com.tomtom.cpu.coredb.common.dto.ErrorMessage","messagePayload":{"errorCode":"APPLICATION_ERROR","errorInstanceId":"0da931e0-13b8-444f-aa78-534016b68679","errorDetailedMessage":"Illegal unquoted character ((CTRL-CHAR, code 13)): has to be escaped using backslash to be included in string value
at [Source: org.apache.catalina.connector.CoyoteInputStream@708a538f; line: 1, column: 111]"}}"
Thought this is related to the extra space so i had tried to clean name sting but still it's giving me same error.
Can somebody help me with this ?