Link to home
Start Free TrialLog in
Avatar of jackjohnson44
jackjohnson44

asked on

CORS and a local file

I need to do some cross site scripting work with a local file for testing.  My application is just calling a javacript api on a different server. It is easier to work locally.  I change a setting on my browser (can't remember but can find it) to allow this.  I want to turn that back on so I don't get a crazy virus.  I heard about CORS.  How can I do this with a local file?
ASKER CERTIFIED SOLUTION
Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
> ..  want to turn that back
which browser?
Avatar of jackjohnson44
jackjohnson44

ASKER

I was using internet explorer.  Is there any way to do this without using a server?
Perhaps if you allow *