Skip to content

Instantly share code, notes, and snippets.

@jmarnold
Last active August 29, 2015 13:57
Show Gist options
  • Save jmarnold/9923588 to your computer and use it in GitHub Desktop.
Save jmarnold/9923588 to your computer and use it in GitHub Desktop.
User Media Request
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
...
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":""}
@jnobile
Copy link

jnobile commented Apr 1, 2014

@jnobile
Copy link

jnobile commented Apr 1, 2014

Oh, and WWW-Authenticate: Logos realm="Logos" implies that the route may require authentication.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment