Hello,
I have an .js file in link . I would like to call it in another location (mydomain2.com) with <script src="meudominio.com/arquivo.js" ></script>
, however, gives file not found. And the name is correct and I can access it through the browser.
So the question is this: how to include this .js so that I can work with it on another page?