proyecto26 / react-native-inappbrowser

📱InAppBrowser for React Native (Android & iOS) 🤘
https://www.npmjs.com/package/react-native-inappbrowser-reborn
MIT License
1.29k stars 220 forks source link

Is there a way to get Cookie out of the InAppBrowser.openAuth response? #385

Closed IvaTsu closed 1 year ago

IvaTsu commented 1 year ago

This is not a bug, but rather a question.

I have all set and received the usual response from the Auth redirect. But, I also need the Cookie value out of response headers. Is that feasible for InAppBrowser at all?

jdnichollsc commented 1 year ago

I think you need a backend redirection to include that as a query string param :)