Hi!
I have a question about WebView.
How can I set a specific session in a cookie before navigating to a WebViewURL?
I want to access the content in the 'My Page' of a web app from a native app using WebView. Since the app's login authentication involves token issuance through API integration, the web app cannot identify the user.
Therefore, I am considering passing a token or similar data to a cookie before accessing it via WebView to identify the user and allow access to the 'My Page' content. How can I achieve this?