Questions tagged [url-encoding]

When we talk about "URL encoding" or "percent encoding" text, we mean encoding it specifically for use within a URL. Certain characters are not allowed in their original form in URLs and therefore must be encoded (or percent-encoded) when included in a URL.

What is the process for adding an authentication token to a URL as a query parameter?

Currently working on implementing PayPal Express Checkout feature on my ASP.Net MVC site. This site utilizes token authentication, and I am attempting to include the token in the PayPal return URL as a query parameter. I have set up a handler that captur ...

Enhance your AngularJS application by incorporating Persian characters directly into the query string

There is a Persian character in the query string but the URL looks like this: localhost:53297/#/Item/News/1-1-1-3?title=%D8%B1%D9%88%D9%86%D9%85%D8%A7%DB%8C%DB%8C%20%D8%A7%D8%B2%20%D8%AA%D8%A8%D9%84%D8%AA%20%D9%87%D8%A7%DB%8C%20%D8%B4%D8%B1%DA%A9%D8%AA%20 ...