Hi all,
I was able to use an AJAX post request (within a custom sdk component) to connect to a SAP RFC web service. But now I am facing problems with the origin policy. (SOP)
This means that I am just receiving 401 server warnings because the design studio webserver is a different than the BW system that I am trying to reach.
I found a document in the HTML5 SCN group regarding that common problem: Solving "Same Origin Policy" Issue in different ways
I was wondering if it's possible to achieve this with Cross-origin resource sharing (CORS). Can anybody share some input regarding this solution?
Optional it could also work with a proxy, for e.g. over the design studio instance or with a java servlet.
Best,
Christian