Closed martin-hewitt closed 10 years ago
If the media belongs to a public channel, or it is an avatar, you don't need the Authorization
header.
Ah, ok, that makes sense. Might be worth noting that in the docs, as, if a user is building a front-end interface to the media server, an open channel, with freely available images, means just creating an <img>
tag, whereas a closed channel, with authenticated images, is much more complex.
Good point. I'm adding this to the docs.
The docs in section https://github.com/buddycloud/buddycloud-media-server#sending-the-http-request indicate that an
Authorization
header is necessary forGET
requests.I can
GET
images from thehttps://demo.buddycloud.org
API without thisAuthorization
header.Are the docs wrong or is the server misconfigured?