Dear LaMetric Community
Is it possible to create an app which can poll data like I do it with curl in this format:
curl -s --include --request GET --user <username>:<password> --header "X-ID-TENANT-NAME:<domain>" <URL>
And where username etc. can be set in the app?
Regards, Martin
I haven't tried it myself, but when creating a poll app, you can add authentication and/or fields. maybe this works for you?
Martin Berger
Dear LaMetric Community
Is it possible to create an app which can poll data like I do it with curl in this format:
curl -s --include --request GET --user <username>:<password> --header "X-ID-TENANT-NAME:<domain>" <URL>
And where username etc. can be set in the app?
Regards, Martin