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?
JavaScriptjQuery

Avatar of undefined
Last Comment
Michel Plungjan

8/22/2022 - Mon