Created
August 14, 2017 23:34
-
-
Save jimsander/c01017eb9ccc02a2698f919f39da0b4b to your computer and use it in GitHub Desktop.
msft1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# bash apimcall.curl | |
* Trying 13.89.49.189... | |
* Connected to extdevapi.azure-api.net (13.89.49.189) port 443 (#0) | |
* TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 | |
* Server certificate: *.azure-api.net | |
* Server certificate: Microsoft IT SSL SHA2 | |
* Server certificate: Baltimore CyberTrust Root | |
> POST /xcloud/api/core/tenants/e9c18612-8251-48a0-8aa9-f2cf04e549bf/token HTTP/1.1 | |
> Host: extdevapi.azure-api.net | |
> User-Agent: curl/7.43.0 | |
> Accept: */* | |
> Content-Type: application/json | |
> Authorization: Bearer _REDACTED_ | |
> Ocp-Apim-Subscription-Key: d__________________5 | |
> Ocp-Apim-trace: true | |
> Cache-Control: no-cache | |
> Postman-Token: 4081fae2-f4dd-466f-362d-eb95d6d77a1b | |
> Content-Length: 308 | |
> | |
* upload completely sent off: 308 out of 308 bytes | |
< HTTP/1.1 500 Internal Server Error | |
< Content-Length: 111 | |
< Content-Type: application/json | |
< Date: Mon, 14 Aug 2017 23:31:23 GMT | |
< | |
* Connection #0 to host extdevapi.azure-api.net left intact | |
{ "statusCode": 500, "message": "Internal server error", "activityId": "a1e0d929-bfb1-4196-98f0-23c03d03b95a" } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment