Before doing Web projects, often use Fiddler (under Windows), Charles Proxy (under the Mac) to grab the package, debugging something, now engaged in Android app development, sometimes need to analyze the mobile app network requests, including parameters, return values and so on. There are a few steps that you can continue to use with
Use Charles Proxy to improve iOS development efficiency, charlesios
In the past, the most used tool for front-end development was Fiddler, which is very convenient for locating problems and simulating specific scenarios, greatly improving the development efficiency.After iOS development, the biggest headache is that Fiddler does not have a Mac version. Fortunately, it found
Before doing Web projects, often use Fiddler (under Windows), Charles Proxy (under the Mac) to grab the package, debugging something, now engaged in Android app development, sometimes need to analyze the mobile app network requests, including parameters, return values and so on. There are a few steps that you can continue to use with
Charles Proxy, like Fiddler under Windows, can view HTTPS traffic, but when you check HTTPS requests using the CA certificate provided by Charles, the following error occurs on Firefox 35 Web page:Twitter.com uses a invalid security certificate. The certificate is not trusted because the issuer certificate has. (Error code:sec_error_expired_issuer_certificate)The
Install the Charles self-signed root certificate as a previous version
Start Charles on your Mac, and on the same LAN, set the agent for your IOS device to the Charles proxy port on your Mac machine. Assume that the default port number for MAC machine IP is 192.168.1.1
1. Download Charles Proxy 4.1.3 version, Baidu Cloud disk download or go to the official website to download2. Open Charles once after installation (Windows edition can ignore this step)3. Download the cracked file on this website (http://charles.iiilab.com/) Charles.jar4. Replace the Charles.jar in the original folder
MAC:/applications/charles.app/contents
1. Download Charles Proxy 4.2, Baidu Cloud disk download or go to the official website to download2. Open Charles once after installation (Windows edition can ignore this step)3. Download the cracked file on this website (http://charles.iiilab.com/) Charles.jar4. Replace the Charles.jar in the original folder
MAC:/applications/charles.app/contents/java/char
PC-Side Settings1. Start the Charles Software and find the help-and SSL proxying->install Charles Root Certificate in the menu.2, the menu found proxy, SSL proxy setting, tick enable SSL proxying, locations add a host to the * wildcard to be able to complete all domain namesPhone-side settings1. Set
Turing community: Read: Make good use of web debugging agent tools
Make good use of web debugging proxy tool recommendations
12 Favorites
Original article address: using web debugging proxies
When we debug the front-endCodeIt usually takes a lot of time to check how CSS and JavaScript render pages, but under
.
3. When your script requests a self-designed API through CURL, you want to output some debugging information about this API.
This agent will be able to help you, but now it can only output some debugging information, it still needs to be improved.
Introduction: https://github.com/yangxikun/proxy-debug/blob/master/README_zh-CN.md
Currently, only linux is suppor
This is more-or-less a bookmark for myself, because I always forget aboutFiddler2, Which is developed separately fromFiddlerAnd located at a different URL.
Fiddler is a HTTP debugging proxy which logs all HTTP traffic between your computer and the Internet. fiddler allows you to inspect all HTTP traffic, set breakpoints, and "Fiddle" with incoming or outgoing data. fiddler provided des a powerful event-bas
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.