Get the App
SLTechnology News&Howtos  ›  Internet Technology  › 

What does urlencode mean?

Shulou Source: shulou.com Published: 2022-06-01 02:16:15 09月25日 Update

Editor to share with you what urlencode means, I believe that most people do not know much about it, so share this article for your reference, I hope you will learn a lot after reading this article, let's go to understand it!

Urlencode

Urlencode is a function that encodes a string in URL for encoding processing. URL coding (URL encoding), also known as percent coding (Percent-encoding), is the encoding mechanism of context-specific uniform resource locator (URL). The encoding that applies to the uniform Resource Identifier (URI) is also used to prepare data for the "application/x-www-form-urlencoded" MIME because it is used to submit HTML form data through the HTTP's request operation (request).

Coding principle

Convert the characters that need to be transcoded into hexadecimal, then from right to left, take 4 bits (less than 4 bits directly processed), do one bit for every 2 bits, add% before it, and encode it into% XY format.

For example, if the space ASCII code is 32 and the corresponding hexadecimal is 20, then the urlencode coding result is:% 20, but in the new standard, the space corresponds to +. See RFC-1738 for example: medium ASCII code is-10544, corresponding hexadecimal is D6D0, then urlencode coding result is:% D6%D0

Example

F12 View address bar request:

Request URL: http://192.168.1.152:8082/log/list?pageNum=1&pageSize=10&createTimeFrom=2020-09-16&createTimeTo=2020-09-16&username=mmadmin&operation=%E5%85%B3%E9%94%AE%E5%AD%97%E6%9F%A5%E8%AF%A2%E8%8E%B7%E5%8F%96&invalidate_ie_cache=Thu+Sep+17+2020+10%3A42%3A21+GMT%2B0800+(China+Standard+Time)&field=time&order=

Find a coding tool on the Internet, you can crack the coding part of it.

The above is all the contents of this article "what does urlencode mean?" Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Tags: Coding articles binary meaning content characters data results resources processing unification up and down context not much functions principles addresses most strings tools Apple Docker Huawei Linux macOS MariaDB Microsoft MySQL NVidia OPPO Reno Shulou Tech Info macOS Linux Docker Shulou Technology