I am new to flutter and i want to fetch data from server.But i need to use certificate file (.cer) while REST api call Like we do api call in android by using certificate file (.cer) . Can some one help me with this
Asked
Active
Viewed 183 times
0
-
Is your `cer` the client side certificate used for authentication? Or a pinned server cert? – Richard Heap Jun 28 '19 at 17:54
-
Its pinned server certificate. – Rohit Jul 01 '19 at 15:15