Access images using API Key?

Is there any way to have an image load, behind forms auth, using the API key as a URL parameter?

For example - http://localhost:8989/MediaCover/61/poster.jpg?apikey=123456

Also, just tested and can’t seem to get it working w/ API key in request header either.

I believe it’s:

http://localhost:8989/api/MediaCover/61/poster.jpg?apikey=123456

1 Like

Yeap, that did it! Thanks for the quick response @markus101!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.