nxmp icon indicating copy to clipboard operation
nxmp copied to clipboard

[fix] added username and password in url for remote http

Open imantoniojuan opened this issue 1 year ago • 2 comments

Currently, I am unable to reach my own web server with auth. I checked the code and found that the user and password were not being included in the curl path. I have added a check if those variables are not null and will be appended to the curl path.

imantoniojuan avatar Jan 06 '24 10:01 imantoniojuan

Realised that on top of this, network via http also does not work. I tried bypassing my domain and connect via local network, it still fails show the file listing and only show local files. Enabling DB causes the app to crash when connecting. (v0.9.0)

imantoniojuan avatar Jan 06 '24 14:01 imantoniojuan