Possible Duplicate:
How do I use Access-Control-Allow-Origin? Does it just go in between the html head tags?
I'm trying to allow cross domain requests, but I don't know where to put Access-Control-Allow-Origin. Does it go in the html request file or index.html? I put this code in my html request file, don't laugh at me if this is way off.
<head>
Access-Control-Allow-Origin: *
</head>