Some Problems Encountered today
Today, I continued the packet capture task two days ago. At first, I encountered a Chinese problem in the URL. I didn't know how to solve it. So I asked my brother in the same group, he told me to change the Chinese encoding, so I changed the text encoding and changed the text encoding through the online text encoding converter, the result still does not work.
So he told me to try it first.
Finally, he finally solved the problem. He used php to change the Chinese encoding directly.
Php-r 'echo urlencode (iconv ("UTF-8", "GB2312", "Shanghai and Shenzhen two city weeks "));'
Then I tried it and the result was okay, but I found that the actually accessed internal ip address has actually changed. It is no longer the one I tried, but a new ip address, later, I searched for the system architecture and found that it was because I didn't understand the system architecture very well that I was unable to access the system because the system originally had three web front ends, I only tried one of the web Front-ends, so I cannot use them.
Although the above page has been captured by capturing packets, because the text encoding is another encoding of the Two-dimensional table, the text is actually not usable now, now we need to find a decoding method. Only in this way can we analyze the captured data and ultimately solve the problem of demand.