We are having an issue with IRestRequest. When trying to consume a JSON request, if there is a & in a Json String, IRestRequest is breaking the request Form input more then 1 variable which is causing issues.
How can we resolve this?
We are having an issue with IRestRequest. When trying to consume a JSON request, if there is a & in a Json String, IRestRequest is breaking the request Form input more then 1 variable which is causing issues.
How can we resolve this?
Are you passing the correct content type to the endpoint? Are you porperly encoding your JSON data? The screenshot does not really help, you will need to share your code, data and a trace
Are you passing the correct content type to the endpoint? Are you porperly encoding your JSON data? The screenshot does not really help, you will need to share your code, data and a trace