In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
What is the http package analysis tool pproxy implemented in GO language? in order to solve this problem, this article introduces the corresponding analysis and solution in detail, hoping to help more partners who want to solve this problem to find a more simple and feasible method.
Introduction
It is hard to avoid detailed analysis of http request and response information in web development and API development. When developing web, browsers provide convenient tools, such as chrome and IE with develop tool, and firefox has a very powerful firebug that allows you to see all the secrets of http requests. At present, it is the era of app pandemic. If you want to observe the secrets of http requests in app, browser tools and plug-ins are powerless. There are many localized software that can solve this problem very well. There are famous Fiddler under Windows platform and Charles under HttpWatch,Mac platform. Charles is a paid software that costs a lot of $50. Money is not the key issue, as a geek, of course, want to be more open source, lightweight solutions, inadvertently found pproxy, simple use, feel quite good, can do an excellent alternative.
Compare
The biggest difference between pproxy and Fiddler and Charles is that it is open source software written in go and the code is hosted on github. Because open source, as a geek, you can find out its working mechanism by reading the source code. If you find that some aspects can not meet the needs, you can directly mention the needs to the developers, or you can do it yourself to provide adequate food and clothing for the benefit of the public.
The working mechanism of pproxy is very different from that of localized software such as Fiddler and Charles. Fiddler and Charles are localized software that is usually installed on a desktop computer and provides a localized UI interface to provide services by establishing proxy on the desktop computer and then intercepting http request and response data. Pproxy is a server-side software, which is usually installed on a Linux server (of course, it can also be installed on a desktop computer), sets up proxy on the server to intercept http request and response data, and provides a remote web (html5)-based UI interface to provide services.
The Fiddler UI is as follows:
The pproxy UI is as follows:
Use
Pproxy is easy to use. For more information, please refer to its instructions pproxy. It is rare that his author is Chinese, so the explanation is all in Chinese.
Pproxy is an open source lightweight http packet analysis tool, especially suitable for API http request analysis, can completely replace expensive charging tools, but also explore its source code to learn the GO language, learn http protocols and analysis methods.
This is the answer to the question about the http package analysis tool pproxy implemented in go language. I hope the above content can be of some help to you. If you still have a lot of doubts to be solved, you can follow the industry information channel for more related knowledge.
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.