tremotesf-android
tremotesf-android copied to clipboard
GET parameters get encoded badly
An older Transmission client makes this request:
uri="/transmission/rpc?token=asd"
while Tremotesf:
uri="/transmission/rpc%3Ftoken=asd"
thus making it impossible to add GET parameters.
Are you referring to server API path in connection settings?
@equeim I don't use transmission now, but yes I meant that. It's needed to bypass SSO. (or even a custom header works too)
@equeim Is this fixed? I see some activity on it but the issue hasn't been closed yet. (I'm asking because my new server might use Transmission again :) ).
Sorry for the late answer, I believe it should be fixed now.