In my
www.my-site.com/index.html
there is a script tag
<script src="https://api.3rd-pary-site.com/some/path/js/foo.js"></script>
How can code in foo.js get to the "https://api.3rd-pary-site.com/some/path/js/foo.js" ?
In my
www.my-site.com/index.html
there is a script tag
<script src="https://api.3rd-pary-site.com/some/path/js/foo.js"></script>
How can code in foo.js get to the "https://api.3rd-pary-site.com/some/path/js/foo.js" ?