POST /api/v2/torrents/addTrackers HTTP/1.1User-Agent: FiddlerHost: 127.0.0.1Cookie: SID=your_sidContent-Type: application/x-www-form-urlencodedContent-Length: lengthhash=8c212779b4abde7c6bc608063a0d008b7e40ce32&urls=http://192.168.0.1/announce%0Audp://192.168.0.1:3333/dummyAnnounce Copy
POST /api/v2/torrents/addTrackers HTTP/1.1User-Agent: FiddlerHost: 127.0.0.1Cookie: SID=your_sidContent-Type: application/x-www-form-urlencodedContent-Length: lengthhash=8c212779b4abde7c6bc608063a0d008b7e40ce32&urls=http://192.168.0.1/announce%0Audp://192.168.0.1:3333/dummyAnnounce
This adds two trackers to torrent with hash 8c212779b4abde7c6bc608063a0d008b7e40ce32. Note %0A (aka LF newline) between trackers. Ampersand in tracker urls MUST be escaped.
8c212779b4abde7c6bc608063a0d008b7e40ce32
%0A
Optional
This adds two trackers to torrent with hash
8c212779b4abde7c6bc608063a0d008b7e40ce32. Note%0A(aka LF newline) between trackers. Ampersand in tracker urls MUST be escaped.