Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What does urlencode mean?

2025-03-09 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

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!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report