Charles Docs-y
The Unofficial docs for Charles Proxy
Most Popular
Configure Charles Root certificate on Mac
The Root certificate is the magic ingredient that allows Charles to decrypt HTTPS traffic. This certificate basically tells your MacBook to give Charles permission to view and modify all HTTPS traffic that flows in and out of your machine. This becomes incredibly useful when testing your application and you need to modify HTTPS traffic. ThisContinue reading “Configure Charles Root certificate on Mac”
iOS devices and Charles
This setup guide will help you configure Charles and your device so you can view your app’s network traffic in plain text. NOTE: You can’t view/intercept the traffic of apps with a pinned certificate. Most apps with sensitive data, e.g. banking apps, will block you from viewing/intercepting their traffic. If you just want to playContinue reading “iOS devices and Charles”
Android devices and Charles
This tutorial will show you how to configure Charles and your device so you can view your app’s network traffic in plain text. NOTE: Since Android Nougat (7.1), Google have blocked you from intercepting/decrypting network traffic from Play Store apps. NOTE: To proceed with this tutorial, you will need to be able to build yourContinue reading “Android devices and Charles”
Breakpoints – Modify the Request
The Breakpoint feature is great if you want to just intercept 1 Request (or Response) and modify some element of it. If you are a frequent user of Breakpoints, you also should have a look at the Rewrite feature. The following tutorial will show you how to use the Breakpoints feature to intercept a Request,Continue reading “Breakpoints – Modify the Request”
Rewrite – Modify the Request and the Response
The Rewrite feature allows you to automatically change parts of HTTP Requests and Responses every time they meet a pre-defined set of rules. This tutorial will show you how to use the Rewrite feature to change the Request and the Response. Please note that you need to compete the Rewrite – Modify the Request tutorialContinue reading “Rewrite – Modify the Request and the Response”
Rewrite – Tips & Tricks
Here are some tips and tricks I’ve picked up over the years while working with Rewrites that make creating them a little easier! The ‘Notes’ Columns Swap ‘Info’ column for ‘Notes’ The more Rewrites you use the more sense it makes to swap the ‘Info’ column for the ‘Notes’ one Right-click the the bar withContinue reading “Rewrite – Tips & Tricks”
Latest
Get new content delivered directly to your inbox.