Search found 1 match

Go to advanced search

by hb9iiu
27 May 2022 18:24
Forum: Web and scripting
Topic: how to make an Ajax call?
Replies: 1
Views: 2492

how to make an Ajax call?

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...

Go to advanced search