DigitalState / Cms

The DigitalState Cms Microservice
MIT License
5 stars 2 forks source link

Unable to request `files/{slug}/presentation={locale}` anonymously #8

Open baddlan opened 6 years ago

baddlan commented 6 years ago

The URL is meant to be used in an image tag as follows:

<img src="http://api.cms.demo.digitalstate.io/app_dev.php/files/admin-logo/presentation?locale=en" />

This throws a 401 Unauthorized error in the browser

baddlan commented 6 years ago

Related to https://github.com/DigitalState/Cms/issues/2