Subject: | X-Transmission-Session-Id support |
Date: | Mon, 11 May 2009 00:49:30 +0100 |
To: | bug-P2P-Transmission [...] rt.cpan.org |
From: | "Alan J. Fitton" <alan [...] eth0.org.uk> |
Hi there,
P2P::Transmission is great, I've been messing around with using it with
Curses::UI and WWW::Mechanize to login to my torrent sites and letting
me select to queue things with Transmission.
Anyways, I upgraded to a recent svn version of transmission today and it
broke the .NET client I wrote
(http://code.google.com/p/transmission-remote-dotnet/) until I made a
new release and of course broke P2P::Transmission. If you're interested
in fixing it, that would be cool. I'd write a patch, but I haven't used
perl for ages and I don't have much time.
To stop cross site scripting attacks it will return a 409 ("Conflict")
response containing the X-Transmission-Session-Id, which you must send
as a header in subsequent requests.
Thanks for the nice module,
Alan