Http Api command to Zennio Getface IP - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Gateway (https://forum.logicmachine.net/forumdisplay.php?fid=10) +--- Thread: Http Api command to Zennio Getface IP (/showthread.php?tid=1392) Pages:
1
2
|
RE: Http Api command to Zennio Getface IP - khalil - 22.07.2024 (22.07.2024, 12:29)admin Wrote: You can use Wireshark but then you need configure Zennio to send requests to your PC IP address instead of LM. You will also need to run a HTTP server on your PC. You can use this one, but keep in mind that default port is 1180 not 80 when configuring Zennio. Thank you admin do you mean that I should change the port in the http command from zennio? like http://port...? RE: Http Api command to Zennio Getface IP - admin - 22.07.2024 Yes, change to http://YOUR_PC_IP:1180/ RE: Http Api command to Zennio Getface IP - khalil - 07.08.2024 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 RE: Http Api command to Zennio Getface IP - admin - 07.08.2024 Provide full capture of the HTTP request. It should include headers like Host, etc. RE: Http Api command to Zennio Getface IP - khalil - 07.08.2024 (07.08.2024, 14:58)admin Wrote: Provide full capture of the HTTP request. It should include headers like Host, etc. RE: Http Api command to Zennio Getface IP - admin - 08.08.2024 Double click the request line in the table. A window will open where headers will be under "Hypertext Transfer Protocol". RE: Http Api command to Zennio Getface IP - khalil - 08.08.2024 (08.08.2024, 06:28)admin Wrote: Double click the request line in the table. A window will open where headers will be under "Hypertext Transfer Protocol". RE: Http Api command to Zennio Getface IP - admin - 08.08.2024 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. RE: Http Api command to Zennio Getface IP - khalil - 08.08.2024 (08.08.2024, 09:18)admin Wrote: 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. but it was working in SL 2.8 Version! did you change the authentication? should I contact with Zennio in order to upgrade their http command authorization? RE: Http Api command to Zennio Getface IP - admin - 08.08.2024 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. RE: Http Api command to Zennio Getface IP - khalil - 08.08.2024 (08.08.2024, 09:36)admin Wrote: 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. Thank you I sent this to Zennio if they could solve it from their side. Could you please provide the proposed release date for the next firmware update? RE: Http Api command to Zennio Getface IP - Daniel - 08.08.2024 Contact SE support for this, we cannot share this information. RE: Http Api command to Zennio Getface IP - khalil - 01.09.2024 (08.08.2024, 09:18)admin Wrote: 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. Hello Admin, Is there a workaround since it seems the update will not be lunched soon? RE: Http Api command to Zennio Getface IP - admin - 02.09.2024 See this: https://forum.logicmachine.net/showthread.php?tid=5532 |