Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Webapplication.RunParams Encoding
#5
https://www.w3schools.com/tags/ref_urlencode.asp

"URL Encoding (Percent Encoding)

URLs can only be sent over the Internet using the ASCII character-set.

Since URLs often contain characters outside the ASCII set, the URL has to be converted into a valid ASCII format.

URL encoding replaces unsafe ASCII characters with a "%" followed by two hexadecimal digits.

URLs cannot contain spaces. URL encoding normally replaces a space with a plus (+) sign or with %20."
Reply


Messages In This Thread
Webapplication.RunParams Encoding - by pvanwyk - 03-28-2019, 02:58 PM
RE: Webapplication.RunParams Encoding - by kudzu - 04-02-2019, 01:20 PM
RE: Webapplication.RunParams Encoding - by kudzu - 04-02-2019, 01:20 PM
RE: Webapplication.RunParams Encoding - by kudzu - 04-03-2019, 02:26 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)