microsoft / appcenter-Xamarin.UITest-Demo

Minimal App for demonstrating Xamarin.UITest functionality within App Center
MIT License
19 stars 37 forks source link

Fix incorrect 'curl -d POST' calls #61

Closed barney2k7 closed 3 months ago

barney2k7 commented 1 year ago

'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

barney2k7 commented 1 year ago

The same issue also exists on the documentation page, see the corresponding PR: MicrosoftDocs/appcenter-docs#1438

barney2k7 commented 3 months ago

With appcenter being retired, this is no longer relevant