What are the parameters and format to automatically pass the Username and Password in the URL link to the router, without having to enter them manually in the GUI, something like this:
http://192.168.1.1/luci_username=root&luci_password=password
What are the parameters and format to automatically pass the Username and Password in the URL link to the router, without having to enter them manually in the GUI, something like this:
http://192.168.1.1/luci_username=root&luci_password=password
http://192.168.1.1/cgi-bin/luci/?luci_username=root&luci_password=password
That being said, this is a Quite Bad Idea™. GET parameters like this are saved in the browser history and -- less grave in a local environment but still relevant -- transparent to any device between the browser and the router.
(Come to think of it, there is no good reason for LuCI to accept GET parameters here at all, this should be exclusively POST.)
At least it should be https instead of http.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.