I am consuming Rest Services (GET/Post) using jQuery AJAX(Rest API)and getting issue related with "Access-Control-Allow-Origin" when trying to hit the server for the Get/Post request.
my query is how i can fix the problem ... if I am not permissible to make any change at server side(which is providing services to consume, developed in Java).
I can make changes only from my jQuery side.