Posts: 321
Threads: 72
Joined: Jan 2021
Reputation:
0
Dear admin,
From Zennio packet capture I gout this when opening it in Wireshark: GET /scada-remote?m=json&r=grp&fn=write&alias=40%2F1%2F1&value=1 HTTP/1.1
is there any thing in this command?
while the command didn't executed by SL
Best Regards,
Posts: 7758
Threads: 42
Joined: Jun 2015
Reputation:
447
Provide full capture of the HTTP request. It should include headers like Host, etc.
Posts: 7758
Threads: 42
Joined: Jun 2015
Reputation:
447
Double click the request line in the table. A window will open where headers will be under "Hypertext Transfer Protocol".
Posts: 7758
Threads: 42
Joined: Jun 2015
Reputation:
447
It does not work because the Authorization header is not sent with the request. Certain integrations expect a WWW-Authenticate to be sent by the server before sending the Authorization header.
Next firmware will have an option in Remote services settings to enable old behavior with the "WWW-Authenticate" header.
Posts: 7758
Threads: 42
Joined: Jun 2015
Reputation:
447
Yes, it was working before moving from basic auth to sessions. It's possible to fix this by changing the client side (Zennio) but they might reject it because digest auth mode might break.
Posts: 4643
Threads: 24
Joined: Aug 2017
Reputation:
207
Contact SE support for this, we cannot share this information.
------------------------------
Ctrl+F5