Http request activity -203 error

Able to access API via browser but when used in http request activity of uipath and authorization type as None. It throws 203 status code. Please help.

TIA

HTTP 203 response is indicating that the response from origin’s HTTP 200 payload had been modified by a proxy.

It’s difficult for the community to provide some guidance with out more specifics on what your requests look like and where they are being sent as well as the expected payload (sensitive information withheld of course).