Top "Url-encoding" questions

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

Does Windows have any built-in utility to encode/decode URL?

The certutil utiliiy in Windows can be used to perform Base64 encoding and deocding. Is there any built-in utility for …

windows urlencode url-encoding urldecode
C# Start a new MailTo Process and HTML URL Encoding

I have created a new MailTo extension method for the Process class which just fills the Process with a new …

c# process url-encoding mailto processstartinfo
Should an ampersand be URL encoded in a query string?

For example I quite often see this URL come up. https://ghbtns.com/github-btn.html?user=example&repo=card&…

url url-encoding ampersand
JSP can't resolve import of org.apache.commons.lang

I am trying to include the library StringEscapeUtils and everything that I can find indicates that I can import the …

java jsp apache-commons url-encoding stringescapeutils
encoding URL parameter in Ruby, and correctly decoding it with php

I want to encode an URL parameter with Ruby. The URL parameter not encoded is like this: index.php?hash=…

php ruby-on-rails ruby url-encoding urldecode
Apache mod_proxy url encoding

I have a REST service that accepts parameters in a form /{parameter} Also there is Apache2 that forwards requests to …

apache url-encoding mod-proxy
How to prevent JavaScript encoding the query string in a location.replace()?

I have an already encoded URL string printed in my HTML template via Django. When I place this in a …

javascript query-string url-encoding location-href
How can I create a Wicket URL that hides its parameters?

I'm currently creating a set of links with code like this: BookmarkablePageLink<CheeseMain> havarti = new BookmarkablePageLink<CheeseMain&…

java url wicket url-encoding url-parameters
Rails url helper not encoding ampersands

So I'm trying to use a Rails URL helper (page_url) to create URLs that contain special characters, including ampersands. …

ruby-on-rails helper url-encoding
Encoding query parameters with UriComponentsBuilder

I am struggling to understand the behavior of UriComponentsBuilder. I want to use it to encode a URL in a …

java spring url-encoding query-parameters