Closed barney2k7 closed 8 months ago
@barney2k7 : Thanks for your contribution! The author(s) have been notified to review your proposed change.
The same issue also exists in the linked script, see the corresponding PR microsoft/appcenter-Xamarin.UITest-Demo#61
'curl -d POST' actually posts to the url with a four byte request body 'POST', while those urls should actually be posted to without a request body. 'curl -X POST' does this. Also adding '-H "Content-Length: 0" as required by the server