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

Add feature to set Podium context headers on the HTTP request #75

Open
wkillerud opened this issue Apr 8, 2024 · 1 comment · May be fixed by #76
Open

Add feature to set Podium context headers on the HTTP request #75

wkillerud opened this issue Apr 8, 2024 · 1 comment · May be fixed by #76
Labels
extension Related to the browser extension

Comments

@wkillerud
Copy link
Contributor

We're working on some things at the layout level which passes on certain HTTP headers to its podlets. For developers of layouts it's useful to be able to set and change these HTTP headers in the developer tools.

We want to have a new panel in the devtools that sits next to the existing one, dedicated to developing layouts. Think how the React dev tools have two panels for different tasks.

Research how an extension can access and set headers on outgoing requests.

@wkillerud wkillerud added the extension Related to the browser extension label Apr 8, 2024
@wkillerud
Copy link
Contributor Author

wkillerud commented Apr 8, 2024

We need to do work with the webRequest feature.

It requires we list a new permission webRequest. Depending on how , and may need to ask for that permission on all URLs unfortunately, unless we want to limit the feature to localhost.

Some reading material:

@wkillerud wkillerud linked a pull request Apr 8, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension Related to the browser extension
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant