Man-in-the-middle yourself: Debugging Production Web Apps
Learn how to debug JS web apps against production and various other environments by leveraging proxies. All this while security mechanisms like HTTPS, SOP, secure cookies and HSTS are in place. Man-in-the-middle yourself!
endlessly navigate because code looks different realise that we cannot add code to verify assumptions try to fix code locally fail because we didn’t have access to production data
{ "name": "accounts.google.com", "include_subdomains": true, "mode": "force-https", "pins": "google" } Pinned certificates are almost impossible to work around Pinning Users Dropbox Facebook Google SpiderOak Tor Twitter Yahoo
HSTS for development purposes https://code.google.com/p/chromium/issues/detail? id=574345& • Proxrox https://github.com/bripkens/proxrox • StackOverflow: Disable same origin policy in Chrome http://stackoverflow.com/questions/3102819/disable-same- origin-policy-in-chrome