You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to rewrite custom functions from the geoserver-rest -> geo.Geoserver.Geoserver
I see no issue talking about that.
Is this something I missed or is it not implemented on purpose maybe?
The text was updated successfully, but these errors were encountered:
maximepel
changed the title
Handling proxy / proxies in requests from geoserver-rest
[Enhancement] Handling proxy / proxies in requests from geoserver-rest
Jun 2, 2022
I was using this library and I figured out I had to set my proxies to "None" in order to avoid some firewall blocking problems...
PROXIES = { 'http': None, 'https': None, }
r = requests.post( url, data, auth=(self.username, self.password), headers=self.headers, proxies=PROXIES)
I had to rewrite custom functions from the geoserver-rest -> geo.Geoserver.Geoserver
I see no issue talking about that.
Is this something I missed or is it not implemented on purpose maybe?
The text was updated successfully, but these errors were encountered: