Damien Corpataux

Results 3 comments of Damien Corpataux

Hello @rkompass, Your example looks fine. I am surprise that your browser can POST to `192.168.178.67` while `curl`fails to connect. Are you sure your device was correctly connected to the...

@rkompass This is because the HTML form sends the data encoded in query-string format. On the countrary, the `curl` you are using sends data in JSON format. The rationale behind...

Same problem here on MacOS. The **desktop app v1.33.1** connects to the on http://localhost:42110, but the files are not uploaded to my self-hosted **server v1.36.5**. My server run in `--anonymous-mode`...