Closed GoogleCodeExporter closed 9 years ago
Actually there are 2 ways to walk around this issue :)
1) Change "http://localhost:8080/api/rest/catalog/" to
"http://127.0.0.1:8080/api/rest/catalog/"
2) if http://localhost:8080/api/rest/catalog/ is a servlet set header:
Access-Control-Allow-Origin: * in response to request.
Original comment by jarro...@gmail.com
on 4 Apr 2012 at 6:53
Original issue reported on code.google.com by
mikew...@gmail.com
on 2 Apr 2012 at 9:37