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

Proxy support #1157

Open
ekes opened this issue Sep 23, 2023 · 1 comment
Open

Proxy support #1157

ekes opened this issue Sep 23, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@ekes
Copy link

ekes commented Sep 23, 2023

Feature request: ability to support configuring an app proxy.

I'm writing this assuming that this is a difficult ask, but I realized I'd tried to look this up before, and I just did the research all over again, so at least if I wrote an issue the first time I (or anyone else) would easily know the situation.

If I understand correctly the app is built on Tauri and proxy support would have to be written into the (rust?) Requests as Tauri itself doesn't have proxy support.

@h3poteto
Copy link
Owner

Please check: tauri-apps/tauri#4263
Currently, Tauri does not support proxy.
Even if you write proxy configuration in Rust libraries, it will not work on Fedistar. Because some requests are sent using reqwest, but some requests (e.g. getting images) are sent using axios or WebView. That means we must set proxy configuration for both Rust library and WebView. And Tauri does not have the API, so we can't do it now.

@h3poteto h3poteto added the enhancement New feature or request label Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants