
Announcements
I am using a simple HTTP request with a client certificate autorization.
The GET is working.
With the PUT or POST I get the response :
...
<BODY><h2>Length Required</h2>
<hr><p>HTTP Error 411. The request must be chunked or have a content length.</p>
...
Any idea ?
I just found in https://docs.microsoft.com/en-us/azure/connectors/connectors-native-http#omitted-http-headers
I do not understand ? Isn't Content-Lenght mandatory in a http PUT or POST ?