mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 00:52:30 -06:00
Because of Cross-Site Request Forgery defense API14 breaks everything if the referer header is not used (I.E. API calls).
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user