Closed maximepel closed 5 months ago
Hello @maximepel, Please contribute to the repo, if you like to resolve this issue. Thank you!
@iamtekson I'm closing this since it should be handled in the latest PR (see mention)
Yes, it should work now. @maximepel, if you have time, can you please test it?
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?