-
Hi,can you tell me how to use proxyFilter.js? now I need to use WindowedSincPolyDataFilter or ImageMarchingCubes,but I don't know how to use it in this project. thx
-
Today i found out that de settings for the reverse proxy are gone.
I have my domoticz install behind a nginx reverse proxy. I whitelisted the ip-range of my home-network so no login is needed. My re…
-
The upcoming openssl 1.1.1 adds support for TLS 1.3. However globus-gssapi-gsi is incompatible with TLS 1.3, as can be seen from the results of "make check".
See globus/globus-toolkit#123 for detai…
-
**Is your feature request related to a problem? Please describe.**
We, like thousands of other organisations, use proxies to filter outbound internet traffic. Without proxy support, `data-prepper` is…
-
The documentation states that things like proxies, auth etc. can be set through the Session properties. That's fine, but leads to verbose code: Setting those properties when you have a kwargs dict req…
-
Proxy authentication information is specified by the `proxies` dictionary passed to `requests.get()` and other methods, like so:
```
requests.get(..., proxies = {'http': 'http://user:pass@myproxy.myd…
-
**Tests started for following configuration:**
**Configuration:**
- CRABClient_version: **dev**
- REST_Instance: **prod**
- CMSSW_release: **CMSSW_7_6_7**
- SCRAM_ARCH: **slc6_amd64_gcc493**
**Te…
-
My test code:
``` python
import requests
s = requests.Session()
s.proxies = {'http': 'myproxy:3128'}
r = requests.Request(method='GET', url='http://www.google.com')
s.send(r.prepare())
```
In the ab…
-
Hi
We use a webproxy to connect to the internet.
I added to the arguments:
--proxyserver "myproxy" --proxyport "myport"
but when I use the extension it writes in the log:
Downloading Dependen…
-
I use proxy (on windows and Linux) to contact my selenium grid.
Before 3.14 I used environnement variable `http_proxy` but with 3.14 it does not work anymore.
It seems to be the swap from httplib to…