tremotesf-android icon indicating copy to clipboard operation
tremotesf-android copied to clipboard

GET parameters get encoded badly

Open gregistech opened this issue 3 years ago • 3 comments

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.

gregistech avatar Jan 18 '22 02:01 gregistech

Are you referring to server API path in connection settings?

equeim avatar Jan 31 '22 11:01 equeim

@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)

gregistech avatar Mar 22 '22 16:03 gregistech

@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 :) ).

gregistech avatar Jul 14 '22 16:07 gregistech

Sorry for the late answer, I believe it should be fixed now.

equeim avatar Jan 21 '23 18:01 equeim