Open
Description
Deployment Type
Self-hosted
NetBox Version
since 4.1.7
Python Version
3.12
Steps to Reproduce
- Use the api to retrieve image attachments
- Try to retrieve the attachment by the url provided with the api key
- this gives a failure when LOGIN_REQUIRED is set to true - related to Fixes #17972: Force evaluation of LOGIN_REQUIRED when requesting static media #17990
Expected Behavior
Allow a way to retrieve an image by url with an API key.
Observed Behavior
an error occurs because the request is not authenticated.