Is there an existing way of running certificate pi...
# ktor
j
Is there an existing way of running certificate pinning on iOS and android targets with ktor httpClient?
e
Hi @JoakimForslund, there is no mpp way to do that. You have to write platform specific code: for iOS with
configureRequest
builder and
Android
depends on the engine you're using.
j
Thanks