Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member
0 Kudos

Hi All,

I would like to share a way to overcome Cross Domain security issue.

It happens when you are making a HTTP Request from a WEB Server, let's say, SERVER 1, to a WEB Service hosted in SERVER 2.

To avoid the security issue, add a Request Header to your HTTP Request object:

httpRequest.setRequestHeader('X-PINGARUNER', 'pingpong');

This will allow you to do Cross Domain calls.


Cheers,

Rogerio

2 Comments
Labels in this area