Security
Assessing intercepted traffic
QA reports that with a Charles proxy in place they see every API request and response from your app in the clear. How do you decide whether that's a real security problem?
Assessing intercepted traffic
QA reports that with a Charles proxy in place they see every API request and response from your app in the clear. How do you decide whether that's a real security problem?
SecurityMultiple choiceBasics
What conditions have to hold before a tool like Charles or Proxyman can show an app's HTT…
#mitm #proxy #charles #pinning
NetworkingShort answerBasics
How can tools like Charles and Proxyman show app traffic that's encrypted with HTTPS in p…
#mitm #proxy #charles
SecurityShort answerAdvanced
How would you implement certificate pinning (SSL pinning) on iOS?
#mitm
SecurityShort answerIntro
What does your app lose on a jailbroken device?
#threat-model