Comments
-
Hi, Can you please share your working code? I'm trying to write a similar app using SonicOS 7 (Not SonicOSX), and after any successful authentication, every following request gets a 401 response… My code is based on an answer from this forum: class sonicapi: def __init__(self, hostname, port, username, password):…
-
Thanks, Arkwright! Indeed, our devOps confirmed that we are, indeed, connecting to the SonicWall from the same IP address. Thanks for the explanation.
-
Thanks, Markd. I have already configured additional Administrator Users, and have enabled the "Drop to non-config mode" option. Still, each new connection will disconnect any active one. Let's say I want to automate some tasks, using a Read-Only-API-Only-User to run some query every hour. Currently, it seems like I will be…
-
Hi, I experience a similar problem: I can login to SonicWall WebUI with one User account (let's say the Admin), but as soon as a colleague logs into the WebUI using another account - a Read-Only one - my session is disconnected (and vice versa). The main problem is with using the SonicOS API: Once I connect to the system…