You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The InAppBrowser plugin is a powerful tool for opening WebViews and offers the ability to inject headers during the initial request. However, during navigation within the WebView, the custom headers (e.g., Authentication) are lost in subsequent requests. This creates challenges for use cases where a consistent header (e.g., for authentication or tracking) is required throughout the user’s session.
Preferred solution
Enable the ability to inject custom headers for the request and all subsequent requests for the same host the WebView. This could be achieved by:
1. Intercepting all outgoing requests from the WebView.
2. Automatically appending the custom headers to each request.
Current problem
The InAppBrowser plugin is a powerful tool for opening WebViews and offers the ability to inject headers during the initial request. However, during navigation within the WebView, the custom headers (e.g., Authentication) are lost in subsequent requests. This creates challenges for use cases where a consistent header (e.g., for authentication or tracking) is required throughout the user’s session.
Preferred solution
Enable the ability to inject custom headers for the request and all subsequent requests for the same host the WebView. This could be achieved by:
1. Intercepting all outgoing requests from the WebView.
2. Automatically appending the custom headers to each request.
Alternative options
No response
Additional context
No response
Before submitting
Fastest way to get this feature added
The text was updated successfully, but these errors were encountered: