Because of Cross-Site Request Forgery defense API14 breaks everything if the referer header is not used (I.E. API calls).

Kriskras99 2017-06-18 23:42:52 +02:00
parent ed280ae84e
commit deb55962b0

@ -74,6 +74,9 @@
* Changes between `API3` and `API4`: * Changes between `API3` and `API4`:
* `application/json` is the MIME type of the replies that had `text/javascript` as MIME type. * `application/json` is the MIME type of the replies that had `text/javascript` as MIME type.
* Changes in `API14`:
* The `Referer` header is now expected in all HTTP requests. qBittorrent will drop any request sent without the referer header.
# Authorization # # Authorization #
qBittorrent uses a cookie based authentication. qBittorrent uses a cookie based authentication.