This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Pass user parameter to http bookmark

Hi everybody!

Every user in our office will have access to their client portal where they can connect to their PC in remote desktop.

The problem is that by policy all the pc goes to sleep after 30 minutes! With Node Red I'm creating a websocket that, when called, send the magic packet (WOL) to a pc.

Now the problem: to avoit to create a webpage for every user, is there a way to know which user is connecting to my webpage? Does Sophos send some user information?
Thanks!



This thread was automatically locked due to age.
Parents
  • Hello ,

     Could you provide us some insight on your connection layout? Does the traffic of this magic IP goes through the firewall? Is this connection web based or application based? If application based you can add a application filter on the firewall rule where the traffic is traversed through and you can see the users(if authenticated on Firewall) their traffic on that IP/port number.

  • Hi Aditya,

    the connection is simple: WAN (where the users connect to the user portal) and LAN where all the PCs are.
    The WOL packet need to go to the LAN, but since I'm sending it with "Node Red", it does not take place here.
    From the user portal I've created a HTTP bookmark that point to an internal web server (Node Red) HTTP://192.168.0.29/WOL.HTML
    I need the user portal to pass to the web server some info about the user that is visiting the URL HTTP://192.168.0.29/WOL.HTML so I can know whick PC to turn on.

    Thanks,

    Andrea

Reply Children