I am facing an issue in style making a call for java servlet from Ajax request.open() method.
The scenario is that request.open(GET,....,true) should call a servlet which will open a connection for cross domain call.
Please let me know the possible scenarios and the best practice to achieve this.
Thanks.