I am trying to create a web application that can respond to post requests and return data based on the requests. But I tried an offline request using jquery in an offline application. But it seems to have this same origin policy issue. Is there a way to solve this?
Share
try adding this to your code:
Many entries on this already at stackoverflow.com …