I'm in need to update a variable on a remote domoticz via json & curl :
- remote domoticz is IP accessible on port 8080
- a dedicated user exists, with "user" rights on a remote domoticz and a few devices authorised
- this user can be successfuly used to update remotely that devices via json & curl
- but If I try to update a variable with curl "http://user:pass@ip:port/json.htm?type=command¶m=updateuservariable&vname=SunRayDirect&vtype=1&vvalue=106.0" I always get a 403 Forbidden answer and can't figure out how to autorize my user to update a var

Of course a workaround can be to use a device instead, but it's overkill for my need :-/
I'm I missing something ?