HTTP Request in HC3

Ich habe von HC2 auf HC3 migriert, leider funktioniert nun ein LUA Script nicht mehr, kann jemand erkennen warum?

local http = net.HTTPClient();

http:request(„http://192.168.178.29/fcgi/do?action=OpenDoor&UserName=name&Password=pwd&DoorNum=1“,
{success = function(response) fibaro:debug(response.data) end,
failure = function(err) fibaro:debug("Error : "..err) end
})
wenn ich http://192.168.178.29/fcgi/do?action=OpenDoor&UserName=name&Password=pwd&DoorNum=1 im Browser eingebe, dann funktioniert es.

Schau mal hier, könnte die Lösung sein.

https://forum.fibaro.com/topic/54857-lua-or-qa-to-run-http-url-powerviewluxaflexhunterdouglas/?do=findComment&comment=233277

Hello, I have the same problem. Did you resolve it?

Regards
Olgierd

http://UserName:PassWord@HC3_IP/api/callAction?deviceID=600&name=turnOn

device 600 is a Quick App