Hello,
I want to report my experience with inserting links into a posting
If I use the insert-link-Button and paste an url
-which was copied 1 to1 from the url input-field of my browser -
into the upper field named "URL: " with the pre-written "http://"
and the content of the clipboard is f.e.
"https://az-delivery.de/products/esp32-developmentboard?_pos=2&_sid=c5d852b42&_ss=r"
and type in a link-text
the generated URL is faulty
ESP32
I paste "https://az-delivery.de/products/esp32-developmentboard?_pos=2&_sid=c5d852b42&_ss=r"
and the forum-software generates
"http://%22az-delivery.de/products/esp32-developmentboard?_pos=2&_sid=c5d852b42&_ss=r""
which of course doesn't work.
My impression is: the parsing of the inserted URL-content does not work for URL s like the one above
for example the URL
"ESP32 DevKit ESP32-WROOM GPIO Pinout | Circuits4you.com"
does work.
The difference I can see is: the second URL does not have additional parameters it's a URL without parameters
It shouldn't be a problem to parse URLs with parameters. The forum-software keeps the parameters. The forum-software just adds a "%22" where it shouldn't do that
so can a moderator forward this report to the maintainers of the forum-software
best regards Stefan
EDIT: In addition to the reported above. Each time I modify the post another "http://" is added to the faulty URL