tauri-apps / tauri-apps/plugins-workspace
[feat] proxy disabled with websocket and http feature
Open
plugin: http
plugin: websocket
type: feature request
- Dominant language
- Rust
- Stars
- 1.8k
- Forks
- 602
- Avg merge
- 4d 14h
- Merged PRs (30d)
- 9
Description
### Describe the problem
Some system env. be set global proxy, so whatever I set fetch(plugin) or websocket (plugin) 's options, the request still using the system proxy.
### Describe the solution you'd like
Providing some options for the proxy. You can set those enum,
1. using IE proxy;
2. using global proxy;
3. not using any proxy(ban to use any proxy, rather than current keep default if value is undefined);
### Alternatives considered
_No response_
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.