We set up the followning status site:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title> STATUS </title> <meta http-equiv="X-UA-Compatible" content="IE=8" /> <META HTTP-EQUIV="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" href="/home/Css/login.css" type="text/css"> </head> <body> <div style="display:none">[100][99]</div> </body> </html>
The sensor connects to the web page via HTTPS with two integer values. When executing the request, I get the error Request returned not enough values. (0/2) (code: PE174)
Add comment