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

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

c - Calling a function within a loop -

Save a file and then open it using javafx -