Results 383 comments of Dag

i think this is a bug in TT-RSS or your browser. im not sure

are you copy pasting url from browser? are you talking about those urls that are produced inside `` tags? i was unable to reproduce. using firefox.

okay i get it. it happens when parameters are used in http requests without url encoding them. in the particular case of `RedditBridge` a solution is to manually url encode...

I like your arguments. Okay let me dwell a bit on it.

@Bockiii fixed for reddit in https://github.com/RSS-Bridge/rss-bridge/pull/4010

i have discovered that curl will automatically escape the url if needed. but if curl detects an already escaped url, it will NOT escape. so this particular error only happens...

im confused now. can you give an example?

for the record i did some changes related to this issue in https://github.com/RSS-Bridge/rss-bridge/commit/545dc969d35bc8c94a8c15875562690ee2fd6605 but they are a refactor (should not be externally visible changes)

Looks good and tested. Fixed up code: ```php

Learn how to create a pull request.