Last active
August 29, 2015 13:57
-
-
Save jmarnold/9923588 to your computer and use it in GitHub Desktop.
User Media Request
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
POST https://test.api.faithlife.com/community/v1/usermedia/uploads HTTP/1.1 | |
x-logos-auth-version: 1.0 | |
Content-Type: image/jpeg | |
Host: test.api.faithlife.com | |
Content-Length: 667824 | |
Expect: 100-continue | |
Accept-Encoding: gzip, deflate | |
... |
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
HTTP/1.1 404 Not Found | |
Cache-Control: no-cache | |
Pragma: no-cache | |
Content-Type: application/json; charset=utf-8 | |
Expires: -1 | |
WWW-Authenticate: Logos realm="Logos" | |
X-Powered-By: ASP.NET | |
Date: Tue, 01 Apr 2014 21:27:07 GMT | |
Content-Length: 14 | |
{"message":""} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh, and
WWW-Authenticate: Logos realm="Logos"
implies that the route may require authentication.