On Nov 30, 2014, at 6:53 AM, Mountain wrote:
> Yesterday I tried to use a little node.js script as localhost in my website development workflow.
>
> It works fine but no external resources are shown - my browser gives me the following error message: "XMLHttpRequest cannot load
http://xxx.xxx/xxx/wallpaper_01.jpg. Origin
http://localhost:3000 is not allowed by Access-Control-Allow-Origin."
>
> I don't know node.js at all. How do I have to change the script to get it work?
Your question is not about node; it's about how web browsers and web servers work. Please read: