Username & Password on url

Dear All, good day.
I have a BASE WIRED (SensorGateway) with two infrared sensors.
In order to show the thermal image inside our scada system I need to put the username and password in url directly. Is possible?
Another way, is possible to disable the username and password from the gateway?
Thanks
Fabio (Italy)

Comments

  • SchottkySchottky
    hello Fabio, if you have issue on username and password, I think you may try to revert back the SGW firmware to version 7.5 as it also supports Thermal Camera Sensor.
    You may visit this link to download the firmware version: https://serverscheck.com/support/firmware2.asp?v=5
    I think, there is no way to disable the username and password on latest firmware release version 8.1
  • AdministratorAdministrator
    Password can not be disabled. As per web standards: http://username:password@example.com/ -- this sends the credentials in the standard HTTP "Authorization" header.
  • rogerdrogerd
    when I pass http://admin:admin@192.168.0.91/ I get back: "401 Unauthorized: Password required\r\n"
  • rogerdrogerd
    rogerd said:

    when I pass http://admin:admin@192.168.0.91/ I get back: "401 Unauthorized: Password required\r\n"

    When I send it thru a browser, I still get password box, the above reply is from a test C# application
  • PocholloPochollo
    hi
    rogerd said:

    rogerd said:

    when I pass http://admin:admin@192.168.0.91/ I get back: "401 Unauthorized: Password required\r\n"

    When I send it thru a browser, I still get password box, the above reply is from a test C# application
    I tried it on firefox and it worked for me. this is through the browsers url input. you might want to try the command on a different browser / PC just so you can identify where the issue is coming from

Sign In or Register to comment.