On Thu, 10 Feb 2022, Michael Ost via curl-library wrote:
Accept-Encoding: identity Authorization: Bearer MDA*********************** User-Agent: avid-ptc-google-analytics Content-type: text/plain Content-Length: 522
Based on the little gap there, I assume that the Bearer token you pass in has a trailng newline, which makes the outgoing request "broken". The Content-Length ends up on the other side of the first crlf+crlf and thus isn't seen by the server.
-- / daniel.haxx.se | Commercial curl support up to 24x7 is available! | Private help, bug fixes, support, ports, new features | https://curl.se/support.html -- Unsubscribe: https://lists.haxx.se/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html