-1

Okhttp how to prevent Fiddler capture https request:

Okhttp how to prevent Fiddler capture https request

U Rogel
  • 1,893
  • 15
  • 30

1 Answers1

0

Work with your server’s TLS administrator to adopt certificate pinning. Be careful: certificate pinning done wrong may prevent your app from being able to connect to your server when the server updates its certificates.

Jesse Wilson
  • 39,078
  • 8
  • 121
  • 128