Posts: 347
	Threads: 79
	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: 8413
	Threads: 45
	Joined: Jun 2015
	
Reputation: 
481
	 
	
	
		Provide full capture of the HTTP request. It should include headers like Host, etc.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 8413
	Threads: 45
	Joined: Jun 2015
	
Reputation: 
481
	 
	
	
		Double click the request line in the table. A window will open where headers will be under "Hypertext Transfer Protocol".
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 8413
	Threads: 45
	Joined: Jun 2015
	
Reputation: 
481
	 
	
	
		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: 8413
	Threads: 45
	Joined: Jun 2015
	
Reputation: 
481
	 
	
	
		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: 5284
	Threads: 29
	Joined: Aug 2017
	
Reputation: 
237
	 
	
	
		Contact SE support for this, we cannot share this information.
	
	
	
------------------------------
Ctrl+F5