Hello,
We try to call a GET API method who has a response body a .pdf file with 'web request' action and I get this error:
Error: An error occurred while sending the request.
The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF
Source: action "Iterate Web request", module "Main", table "Table"
This is web request configuration
The CURL call is fine and it is looking like this:
'curl -H "Content-Type:application/xml" -H "Accept:application/octet-stream" -H "Accept:application/xml" -H "Authorization:'&{header}&
'" -H "Content-Disposition: attachment; filename="new.pdf"" -X GET "http://api.exemple.com/'" -OJ'
I got around this error using the cURL call, but there is something that doesn't work well.
Best regards,
Radu.

