About 50 results
Open links in new tab
  1. How do I decode a URL parameter using C#? - Stack Overflow

    May 25, 2015 · How can I decode an encoded URL parameter using C#? For example, take this URL:

  2. How to URL-encode/decode SELECTED text in Notepad++

    How to URL-encode/decode SELECTED text in Notepad++ Asked 11 years, 2 months ago Modified 6 years, 8 months ago Viewed 14k times

  3. How to decode URL-encoded string in shell? - Stack Overflow

    Jun 6, 2011 · How to decode URL-encoded string in shell? Asked 14 years, 6 months ago Modified 2 months ago Viewed 164k times

  4. bash - How to urlencode data for curl command? - Stack Overflow

    Nov 18, 2008 · I am trying to write a bash script for testing that takes a parameter and sends it through curl to web site. I need to url encode the value to make sure that special characters …

  5. base64 - Decode base64Url in Java - Stack Overflow

    8 In the Android SDK, there's a dedicated flag in the Base64 class: Base64.URL_SAFE, use it like so to decode to a String:

  6. URL Encode and Decode in ASP.NET Core - Stack Overflow

    Apr 5, 2021 · HttpContext.Current.Server.UrlEncode This does only work in .NET Framework. How can I encode or decode URI arguments in ASP.NET Core?

  7. NodeJS Express encodes the URL - how to decode

    Jan 3, 2016 · I'm using NodeJS with Express, and when I use foreign characters in the URL, they automatically get encoded. How do I decode it back to the original string? Before calling …

  8. How to decode url-encoded string in javascript - Stack Overflow

    26 Use either of the following built in JavaScript function to decode any encoded text. No need for jquery or any other library.

  9. escaping - Encode / decode URLs - Stack Overflow

    Jun 21, 2022 · What's the recommended way of encoding and decoding entire URLs in Go? I am aware of the methods url.QueryEscape and url.QueryUnescape, but they don't seem to be …

  10. How to correctly use UrlEncode and Decode - Stack Overflow

    Jan 7, 2015 · WebUtility HttpUtility Use the System.Uri class to properly encode a path: MSDN System.Uri Try the below on your path and use the debugger to inspect: