get json response but with content-type text/html. if DelugeFlow is
installed, get "Failed to upload torrent" error since DelugeFlow tried to
append html code to text/html while it's actually json
expected: content-type: text/javascript
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/3649>
Deluge <https://deluge-torrent.org/>
Deluge Project
* Attachment "content-type.diff" added.
reported as https://github.com/d8ahazard/DelugeFlow/issues/4
after further investigation, according to
https://stackoverflow.com/questions/9716694/have-issue-with-response-of-
submit-in-extjs-response-in-json-but-somewhere-html (yet doc is 404), it
should be text/html instead. maybe any chrome extension should find a way
to avoid injection html under such condition
--
Ticket URL: <http://dev.deluge-torrent.org/ticket/3649#comment:1>