Har skapat en VD i HC2 med följande kod för att kunna styra en virtuell input på min Axis-kamera:
Code: Select all
AXISC = Net.FHttp("192.168.1.126",80)
AXISC:setBasicAuthentication("root","pass")
response = AXISC:GET("/axis-cgi/virtualinput/activate.cgi?schemaversion=1&port=1")
fibaro:debug(response)
Svaret jag får lyder:
Unauthorized
This server could not verify that you are authorized to access the document requested.
Either you supplied the wrong credentials or your browser doesn't understand how to supply the credentials requsted.
Någon med bättre programeringskunskaper än underteckna som kan ge lite support?
Mvh
Lasse Hedh