I don’t have a testing server I can deploy on easily and i’d like to test some jsonp requests. Whats the best way to do this if i’m just deploying from eclipse on a dev box? Is it considered a cross site request if I deploy 2 instances of a server in eclipse, on separate ports? Is there some way to fake it and test locally within the project?
Share
JSONP doesn’t require 2 hosts, it just supports it. So wether your JSONP response is coming from a remote server or the same server, it works pretty much the same.