Transmission -> Transmission 下载器WWW-Authenticate 且内容为 BitComet Remote Login 且响应体带有 BitComet Remote Access 或者 BitComet WebUI 关键字 -> BitCometqBittorrent WebUI 关键字 -> BitCometAuthorization: Bearer ********************curl --location --request POST 'http://127.0.0.1:9897/api/oobe/scanDownloader' \
--header 'Authorization: Bearer <token>'{
"success": true,
"asyncTask": null,
"message": null,
"data": [
{
"host": "127.0.0.1",
"port": 9091,
"type": "Transmission",
"pid": 11916
},
{
"host": "127.0.0.1",
"port": 8085,
"type": "qBittorrent",
"pid": 23804
}
]
}