jquery - $.getScript from dropbox password protected javascript file -
i want execute file dropbox.
i have business dropbox account , can protect file using password. wonder if can send file's password in query parameters can execute command.
for example:
$.getscript('https://dl.dropbox.com/s/mlps4b84mt6f6ug/example.js');
the password file 'test'. how can access it?
Comments
Post a Comment