CORS support for Transmission web server?

Discussion of the Web Interface for Transmission, formerly known as Clutch. This applies to all version of Transmission
Post Reply
duduamar
Posts: 3
Joined: Tue Dec 29, 2015 1:01 pm

CORS support for Transmission web server?

Post by duduamar »

I am trying to write a chrome extension that communicates with my Transmission daemon through the RPC.
The problem is that I get 401 error since the web server does not allow CORS. Is there anyway to configure the daemon to enable this? I have tried to google for it, no luck so far... Anyone else tried to write a client for transmission and fronted this problem?
killemov
Posts: 535
Joined: Sat Jul 31, 2010 5:04 pm

Re: CORS support for Transmission web server?

Post by killemov »

Very unlikely this will be implemented, the Web UI will most likely become even more strict. Content Security Policy for WebUI
Post Reply