access control allow origin localhost 3000
To access stuff locally do something like:
1 2 3 |
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --disable-web-security |
to turn off the Chrome security stuff and get the request out.
August 09, 2011
