Skip to Content
0
Former Member
Nov 02, 2017 at 06:25 PM

By pass authentication when displaying Image

43 Views Last edit Nov 02, 2017 at 07:55 PM 2 rev

Hi All,

I have created SAP UI5 application and in that I'm trying to display an image. I'm getting Image media source from OData.(http://<serviceXXXXXXX>/$value). When I'm running this app on chrome( disabling web security), image is displayed, but Image is not displaying on actual phone app(Iphone app). When I test the URL, on IE or Chrome(without disabling web security). it is prompting for a Uid/pwd. I'm expecting this is the reason which Image is not being displayed on my app.

Any one had faced such issue? how to by pass basic authorization when displaying image or Is there any way to read the Convert the Image into JSON model from Odata url (http://<serviceXXXXXXX>/$value)

Thanks in Advance