Hello,
I'm looking for a way to use parameters within a connector that store a device’s username and password to log in to the Web Interface. The goal is to minimize redundancy and prevent users from having to enter the same credentials twice.
Thank you!
Hi,
I guess this about is the WebInterface that is defined in the pageOrder attribute in the protocol.xml. The webinterface can be considered like an URL that is being clicked on.
If it is possible to include the username and password in the URL of the webinterface then the value of the parameters (type string and RTDisplay true) can be included through placeholders, e.g. WebInterface#https://[Polling Ip]?user=[id:100]&pass=[id:101] with user being stored in parameter 100 and password being stored in parameter 101.
If the login would need some kind of interaction, like first opening the web interface form and then filling in the user and password inside a field and then clicking on a confirm button then I'm afraid that it will not be possible.
Regards,