Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Persistent Headers #235

Open
2 of 3 tasks
thibaut129 opened this issue Nov 22, 2024 · 0 comments
Open
2 of 3 tasks

feat: Persistent Headers #235

thibaut129 opened this issue Nov 22, 2024 · 0 comments

Comments

@thibaut129
Copy link

thibaut129 commented Nov 22, 2024

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

@thibaut129 thibaut129 changed the title feat: Persistent Headers ? feat: Persistent Headers Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant