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

More HTTP methods #23

Open
davidbrochart opened this issue Nov 25, 2022 · 1 comment
Open

More HTTP methods #23

davidbrochart opened this issue Nov 25, 2022 · 1 comment
Labels
backlog Issues that haven't been categorized or are not yet ready for work feature Feature requests or improvements

Comments

@davidbrochart
Copy link

Nice project!
It looks like only GET HTTP requests are handled?
If so, do you think it would be possible to support other ones (POST, PUT, ...)?

@timkpaine
Copy link
Owner

Sure, we can add any proxying support we want. This was chopped out of https://github.com/timkpaine/jupyterlab_iframe/blob/main/jupyterlab_iframe/extension.py#L99to enable proxying of arbitrary requests made from inside an iframe through a backend server to avoid cors/corb/no-iframe issues.

@timkpaine timkpaine added feature Feature requests or improvements backlog Issues that haven't been categorized or are not yet ready for work labels Nov 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Issues that haven't been categorized or are not yet ready for work feature Feature requests or improvements
Projects
None yet
Development

No branches or pull requests

2 participants