Hi I have an older application that used below to control VLC via an Ajax call $.ajax({ url: "http://192.168.0.76:8080/requests/status.xml?command=pl_next" }); Now I understand that http requests need a password. I tried this url in the browser, and it works http://:mypassword@192.168.0.76...