Im Receiving the following error when I try to use a custom connector that was working weeks ago, do you have a similar issue?
{
"content-length": "255",
"content-type": "application/json"
}
{
"error": {
"code": 500,
"message": "The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF",
"source": "europe-001.azure-apim.net",
"path": "forward-request",
"policyId": ""
}
}
I found something interesting,
seems that there is some problem with the content of the response headers from the API inside the Power Automate Custom Connector,
seems that the vendor is returning \n (new line char) inside the Content-Security-Policy header