[phpBB Debug] PHP Warning: in file [ROOT]/viewtopic.php on line 1823: Undefined array key 7
[phpBB Debug] PHP Warning: in file [ROOT]/viewtopic.php on line 1833: Trying to access array offset on value of type null
[phpBB Debug] PHP Warning: in file [ROOT]/viewtopic.php on line 1833: Trying to access array offset on value of type null
qBittorrent official forums • 4.1 alpha web api
Page 1 of 1

4.1 alpha web api

Posted: Mon Feb 26, 2018 1:15 am
by 7h3ju57
Web API used to work fine but recently something has changed and when I attempt to for example curl "http://IP:port/version/qbittorrent" I get a 404 error.

Local bypass is enable and so is the internal network bypass.

edit: Looks like it has to do with authentication (might be an issue with bypass with webapi as it works fine for the gui). I'm able to get /login and /query to work but others such as /version/api, /version/qbittorrent do not.

I noticed that there are changes going on with the web api from looking at github.