Mark's Blog About Search Activity

How to disable Chrome's cross site origin policy (for dev)

Running yeoman on port :3031 trying to hit my local test server on :3000 and am stopped due to same origin policy. Here’s how circumvent (for local dev only)

open -a Google\ Chrome --args --disable-web-security

http://stackoverflow.com/questions/3102819/chrome-disable-same-origin-policy

If you liked this post, you can share it with your followers or follow me on Twitter!
comments powered by Disqus