https://sourceware.org/bugzilla/show_bug.cgi?id=28034
--- Comment #1 from Frank Ch. Eigler <fche at redhat dot com> --- RFC3986 appears to mandate %-escaping many characters in order to pass through a textbook URI/URL path string. So formally noting this in the webapi and calling curl_easy_escape() on the outgoing URLs may be the thing to do. https://datatracker.ietf.org/doc/html/rfc3986/#section-2.2 https://curl.se/libcurl/c/curl_easy_escape.html -- You are receiving this mail because: You are on the CC list for the bug.