Top "Url-encoding" questions

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

Escape | (vertical bar/pipe) in URL in Wiki Markup Template

Is it possible to escape and keep the nonstandard | character as is in an URL in a template Wiki Markup …

url escaping mediawiki url-encoding wiki-markup
URLDecoder is converting '+' into space

I have a hash key in one of my query params which can have + char with other special chars. The …

java url url-encoding urldecode
How to correctly encode MailTo links in ASP.NET MVC?

I have the following mailto link on an ASP.NET MVC 5 application: <a rel="nofollow" href="@( String.Format("mailto:?…

c# asp.net-mvc url-encoding mailto