¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Axis GET command formatting


Michael LaFayette
 

I need to figure out how to format a browser command for an SIO to enable/disable privacy masking on some Axis cameras.? Below is an example of a command that works when typed into a web browser, but so far I'm having no luck getting it to work with a TCP client and an SIO.? Any suggestions or help would be greatly appreciated.



Thanks,?
Michael


 

You have to disable HTTPs and Digest Auth and enable Basic Authentication to use in an SIO


 
Edited

I'm also trying to get the privacy mask to enable/disable on a axis camera. I have disabled HTTPS and Digest. But I still can't get it to work. I'm not sure if it's my programming(still a beginner) or the Get string. Any help would be appreciated.? Here's what I have.?

Need to get this??
to become this?: GET /axis-cgi/admin/param.cgi?action=update&root_Image_I0_Overlay_MaskWindows_M0_Enabled=yes HTTP/1.0\x0D\x0AAuthorization: Basic xxxxxxxxxxxxxxxxx\x0D\x0A\x0D\x0A

xpanel 2.0 smart graphics
? ? Press 1? ? Privacy_on??
? ? FB1? ? ? ? Privacy_on_FB?
?
TCP/IP_Client
? ? Connect? ?Privacy_on
? ? TX$? ? ? ?Privacy_on_tx$
? ? PORT? ? ? 150d
? ? Connect-F Privacy_on_FB
? ?
SERIAL I/O
? ? Enable? ?1
? ? STR1? ? ?Privacy_on?
? ? STR1? ? ?GET /axis-cgi/admin/param.cgi?action=update&root_Image_I0_Overlay_MaskWindows_M0_Enabled=yes HTTP/1.0\x0D\x0AAuthorization: xxxxxxxxxxxxxxx\x0D\x0A\x0D\x0A
? ? TX$? ? ? Privacy_on_tx$
? ? Delimiter? \x0D\x0A?