Created
December 2, 2016 08:23
-
-
Save OdNairy/4a6a73ee01df5e43a638b7640569285f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
curl -v -X PUT "https://rink.hockeyapp.net/api/2/apps/435279/meta" \ | |
-H "X-HockeyAppToken: f098e04f87f342f8a6ffcf50d3e37716" \ | |
-F "restore_allowed=disabled" | |
* Trying 54.225.129.170... | |
* Connected to rink.hockeyapp.net (54.225.129.170) port 443 (#0) | |
* TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 | |
* Server certificate: *.hockeyapp.net | |
* Server certificate: Microsoft IT SSL SHA2 | |
* Server certificate: Baltimore CyberTrust Root | |
> PUT /api/2/apps/435279/meta HTTP/1.1 | |
> Host: rink.hockeyapp.net | |
> User-Agent: curl/7.49.1 | |
> Accept: */* | |
> X-HockeyAppToken: f098e04f87f342f8a6ffcf50d3e37716 | |
> Content-Length: 158 | |
> Expect: 100-continue | |
> Content-Type: multipart/form-data; boundary=------------------------ca85b66e2860fd22 | |
> | |
< HTTP/1.1 100 Continue | |
< HTTP/1.1 200 OK | |
< Cache-Control: max-age=0, private, must-revalidate | |
< Content-Security-Policy: frame-ancestors https://rink.hockeyapp.net http://hockeyapp.net https://hockeyapp.net http://www.hockeyapp.net https://www.hockeyapp.net | |
< Content-Type: text/html; charset=utf-8 | |
< Date: Fri, 02 Dec 2016 08:23:00 GMT | |
< ETag: "7215ee9c7d9dc229d2921a40e899ec5f" | |
< Heartbleed: NO; see http://heartbleedheader.com | |
< Server: nginx | |
< Set-Cookie: _mkra_ctxt=6d8b0ff04dfe4c7cc395766040132705--200; path=/ | |
< Set-Cookie: request_method=PUT; path=/ | |
< Status: 200 OK | |
< Strict-Transport-Security: max-age=31536000; includeSubDomains; preload | |
< X-Rack-Cache: invalidate, pass | |
< X-Request-Id: 3168a46716b0b008bac846728e4ca80e | |
< X-Runtime: 0.188273 | |
< X-UA-Compatible: IE=Edge,chrome=1 | |
< Content-Length: 1 | |
< Connection: keep-alive | |
< | |
* Connection #0 to host rink.hockeyapp.net left intact |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment