react-native-ssl-pinning icon indicating copy to clipboard operation
react-native-ssl-pinning copied to clipboard

React Native ssl pinning and cookies handling based on okhttp3 on (Android). and AFNetworking on (iOS)

Results 78 react-native-ssl-pinning issues
Sort by recently updated
recently updated
newest added

Hi, I was trying to pin a self signed certificate inside my react-native app using your "react-native-ssl-pinning" library. The problem is that when I launch the fetch, I get an...

Hello experts, I am trying to enable SSL Pinning in my react native App. I am using the SSL RN module ([Link](https://www.npmjs.com/package/react-native-ssl-pinning)) and I have already done 1. installation. 2....

If I'm running cert-manager in my kubernetes cluster to generate certs for my GQL servers ssl ingress, how am I supposed to deal with the fact that these certs could...

Hi Max, I want to know if the fetch API same as the [fetch](https://developer.mozilla.org/en-US/docs/Web/API/fetch) API in Javascript in terms of implementation. For example - Is the handling of network errors...

I am getting ```The certificate for this server is invalid. error when creating request on iOS``` It is working fine for android but not working in iOS my body is...

Hi, I saw this issue raised by couple of users but no resolution. Same issue I am facing for Android. I have created the certificates correctly with the server name...

Hi @MaxToyberman, I noticed that the response header `Access-Control-Allow-Origin` is used in the headers of the `fetch` method. My question is why we used the response header in the `fetch`...

I noticed that the typed [supporting http request methods](https://github.com/MaxToyberman/react-native-ssl-pinning/blob/master/index.d.ts) are "GET", "POST", "PUT", "DELETE". May I make a [PATCH](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/PATCH) request using this library's _fetch_ function? I'd picture it working like...

I am Getting Android App Crashes in Release Build ,if **minifyEnabled is true** and Call the **Fetch** Method in **react-native-ssl-pinning**, App Getting Crashed. Error : **java.lang.NullPointerException: Attempt to invoke virtual...

I am using fetch method of react-native-ssl-pinning package but it gives me error of 401 everytime. I have changed my ssl certificate 3 times, but still nothing worked for me,...