Azure / Azure/BatchExplorer

Setproxy on browser and python environment too

Open
#1,444 1 comment 0 reactions 1 assignee Claimed by @bgklein View on GitHub
:construction_worker_man: internal work in progress
Dominant language
TypeScript
Stars
205
Forks
75
PR merge metrics
No merged PRs in 30d

Description

Resolve the proxy settings from electron and pass them to python process

```
mainWindow = new BrowserWindow({})
const ses = mainWindow.webContents.session;
ses.resolveProxy('url_you_need_to_achieve', (proxy) => {
// do whatever you want with proxy string, that contains proxy-setting
});
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.