cancel
Showing results for 
Search instead for 
Did you mean: 

XsoData Service url Cross origin error

0 Kudos

Hi All,

    I am working in openui5 application project. My requirement is like Bind json data into UI5 Tables. Table details I am getting from XSOData service URL and also I am using Client Machine Hana System that's from different location.I can able to bind data into table if I use Client hana studio through VPN. If I try to use same service url in my local Machine hana studio, I am getting error like "NetworkError: 401 Unauthorized - http" I know it's seems like cross origin error. Can Some help me how to resolve this problem?. Do I need to do any coding or setting changes for resolve this? Any help would be greatly appreciated.


Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Jayan,

In the URL replace http://www.abc.com.....

with

proxy/http/www.abc.com......

May it helps.