Search found 1 match

by guigouz
Sat Nov 12, 2011 8:12 pm
Forum: Web Interface
Topic: Python script for adding torrents
Replies: 8
Views: 20169

Re: Python script for adding torrents

From the RPC docs -
+2.4. CSRF Protection
+
+ Most Transmission RPC servers require a X-Transmission-Session-Id
+ header to be sent with requests, to prevent CSRF attacks.
+
+ When your request has the wrong id -- such as when you send your first
+ request, or when the server expires the CSRF token ...