Y
Hacker News
new
|
ask
|
show
|
jobs
by
stavros
1039 days ago
You can use something like mitmproxy or HTTP Toolkit to examine things exactly, as those can't be interacted with or detected like the dev tools can.
1 comments
jonatron
1039 days ago
You can also use mitmproxy to remove or add debugger statements.
link
dotancohen
1039 days ago
How does that work with certificate pinning?
link
pedrovhb
1039 days ago
It doesn't, you'd have to unpin certificates in whatever application you're using. Browsers generally don't do certificate pinning though, they'll (correctly) respect your installed certificates, which would include the mitmproxy one.
link
dotancohen
1038 days ago
I see, thanks.
link