Script-tag With Username Password?
Is there a mechanism to authenticate a script tag when loading a file? Is there a way to do something like this?
Solution 1:
Depending on your server setup, maybe it'll work using a URL like this:
http://username:password@www.yourhost.com/whatever/script.js
But, if you have this hardcoded in your HTML source the whole authentication thing is completely without any sense... you are aware of this?
Post a Comment for "Script-tag With Username Password?"