Top "Url-encoding" questions

To “URL encode” or “percent encode” text means to encode it for use in a URL.

How do you unescape URLs in Java?

When I read the xml through a URL's InputStream, and then cut out everything except the url, I get "http://…

java url-encoding
GETting a URL with an url-encoded slash

I want to send a HTTP GET to http://example.com/%2F. My first guess would be something like this: …

c# .net http base64 url-encoding
URL encoding on Django Template

I have this anchor link: <a href="/question/tag/1/1/?list_id={{title}}">{{title}}</a> Sometimes, this …

html django django-templates url-encoding
Angular 4 - Route query params cause path match failure

After searching multiple threads/questions on the various types of routing within Angular 4, I cannot resolve an issue linked to …

angular angular2-routing url-encoding query-parameters
asp .net query string encoding and decoding

I type the following url into my web browser and press enter. http://localhost/website.aspx?paymentID=6++7d6CZRKY%3D&…

asp.net query-string url-encoding urldecode
Copying a UTF-8 URL from browser's address bar, gives only the ugly encoded one

When I copy a UTF-8 URL from the browser's address bar (almost any browser on any os), then try to …

url browser copy-paste url-encoding
python url unquote followed by unicode decode

I have a unicode string like '%C3%A7%C3%B6asd+fjkls%25asd' and I want to decode this …

url-encoding python-unicode
Convert string with white space into URL

I'm using ruby and googles reverse geocode yql table to ideally automate some search query I have. The problem I …

ruby url-encoding yql
Convert any title to url slug and back from url slug to title

I want to convert any title e.g. of a blog entry to a user friendly url. I used rawurlencode() …

php string url-encoding slug
php file_get_contents($url) & turns into &amp;

I am trying to make a request to the coinbase api like this $url = "https://api.gdax.com/products/BTC-USD/…

php url file-get-contents url-encoding ampersand