We created the Stackoverflow post and thankfully was linked to this site.
An update from us:
- The Http 1.1 temporary workaround seem to work so far.
- @Lars Cabrera I can confirm your findings from our end:
- POST / PUT with application/json will fail all the time.
- GET, DELETE and POST Formdata will work.
- Our fallback plan is also to port the POST to GET where we can and use Querystring instead. That leaves the POST/PUT that does updates which can be ported to use forms instead, but that will be last resort if this issue isn't fixed.
- The problem seems to be global and we've experienced in several regions.
We're thankful for everybody who is sharing in this thread. This seems very much a problem introduced by Microsoft and hopefully will be fixed soon.