Inserting an image using URL

0
When am trying to retrieve the image in my development environemnt using URL, Image is retrieved succesfully using below URL https://hostname:8080/faq.gif But when i try get the same image in UAT environment I getting nginx 404 not found.. URL used is https://madam-test.mendix.com/faq.gif Do i need to get some access to retrieve the image?
asked
1 answers
1

As a test try (works from here)

https://madam-test.mendix.com/ui/images/icons/Administration$accept.gif

The filename can be case-sensitive in UAT. In Windows (development) it is not case sensitive.

answered