I want to get the cookies from the URL
Opened this issue · 2 comments
mobeenfino commented
I want to get the cookies from the URL that I have opened in the browser, but it shows undefined.
const options = { url: "https://my-url.com/" } const cookie = await InAppBrowser.getCookies(options) console.log('Cookies:', cookie);
riderx commented
Sorry this should work we will look on it
WcaleNieWolny commented
can you share your platform and the version of the plugin?
I am 100% sure that I tested that function on both Android and IOS