Hello LV Gurus,
I am creating a simple GUI to control a web (specifically RESTful web server) based DLI Web Power Switch Pro
I have three problems:
What is the "Base URL" Is it just the IP + port (e.g. http://192.168.0.100:80) or the whole URI including the path to the web server (e.g. http://192.168.0.100/restapi/relay/outlets/0/state/)
Where and how do I insert the cross-site forgery ignore in the header (e.g. X-CSRF:x) with your REST API? The Default Header list does not include X-CSRF.
Do you support Basic and/or Digest authentication? I get "Unauthorized" error