Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

react native custom ssl cer

   RNFetchBlob.config({ trusty: true })
  .fetch(
    'POST',
    'https://yourAPI',
    {
      'Content-Type': 'application/json',
    },
    dataObj
  )
  .then(res => console.log(res));
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #react #native #custom #ssl #cer
ADD COMMENT
Topic
Name
7+1 =