29.08.2019, 06:43 
		
	
	
		Works for me, try logging server response.
Replace:
With:
And post what you get in Logs tab.
	
	
	
Replace:
Code:
res = https.request(url)With:
Code:
res, code, hdrs, stat = https.request(url)
log(res, code, hdrs, stat)And post what you get in Logs tab.
 
 

