1. What is the problem? Be very detailed.
I am using BIRT as reporting engine to display my survey data gotten from odk survey (including images). For the text datatype, I just query directly to ODK db, but when I am trying to display image data from url using this format:
http://[ODK SERVER]/AAAA/odktables/default/tables/[TABLE NAME]/ref/uuid:864a6b09-dfb8-4793-b206-48/attachments/[ROW UUID]/file/[FILENAME].jpg
it always return 403 because I didn’t provide authentication data.
Below is my question:
a. How to properly provides auth data when I need to access the media using url?
b. Is there a way to just remove the authentication when accessing media files?
2. What you have you tried to fix the problem?
I check “Allow anonymous retrieval of images, audio and video data (needed for GoogleEarth balloon displays)” on Site Admin but still cannot bypass the authentication.
3. Anything else we should know or have? If you have a test form or screenshots or logs, attach below.
When I run the url on my browser, the authentication pops up and I can insert the auth data. But, I cannot do this when I access it using url from BIRT report.