MS_Mum
24 November 2021 13:55
1
Hi!
We are running Screenly and we want to display our dashboard on it. I found this thread which answer similar issue but it didnt help.
You are mixing things up here. You need to use ? if you are going to use &.
like this https:/URL/overview/?dashboard=187&username=USERNAME&password=PASSWORD
I used AD test user account but its not working.
https://librenms.it/overview/?dashboard=8&username=testuser&password=testuserpassword
can you please help how can I fix this?
thanks
Make sure username and password are url encoded.
MS_Mum
25 November 2021 16:17
3
Can you please write the correct syntax to remove any ambiguity?
Many thanks
MS_Mum
30 November 2021 14:31
4
murrant:
url encoded
Tried this but didnt work.
https://slibrenms ./?dashboard=8%username=user%password=password
and
https://slibrenms ./?dashboard=8%username=user%%password=password%
and
https://slibrenms ./?dashboard=8&username=user&password=password&
MS_Mum
15 February 2022 08:08
7
Anyone can help with this?
RR1
20 October 2022 09:53
8
MS_Mum
12 December 2022 15:12
9
Thanks RR1. I will check it.