chopper icon indicating copy to clipboard operation
chopper copied to clipboard

SSL pining

Open Darshan0 opened this issue 3 years ago • 2 comments

Is SSL pining supported in chopper

Darshan0 avatar Mar 05 '21 14:03 Darshan0

+1 Or, any way how to implement SSL pinning with Chopper?

ozkayas avatar Feb 17 '22 12:02 ozkayas

I haven't worked with it, but as I understand, as Chopper is using HttpClient, you can use https://gist.github.com/samrat19/52d2e004cfd8155a568d05fc80bc7642#file-ssl_pinning-dart this code as example to instantiate HttpClient and provider ChopperClient with that client

JEuler avatar Feb 22 '22 19:02 JEuler