Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Handling proxy / proxies in requests from geoserver-rest #82

Closed
maximepel opened this issue Jun 2, 2022 · 3 comments
Closed
Labels
enhancement New feature or request

Comments

@maximepel
Copy link

maximepel commented 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?

@maximepel maximepel changed the title Handling proxy / proxies in requests from geoserver-rest [Enhancement] Handling proxy / proxies in requests from geoserver-rest Jun 2, 2022
@iamtekson iamtekson added New feature New feature or request enhancement New feature or request and removed New feature New feature or request labels Jun 23, 2022
@iamtekson
Copy link
Collaborator

Hello @maximepel, Please contribute to the repo, if you like to resolve this issue. Thank you!

@iboates
Copy link
Collaborator

iboates commented Jun 24, 2024

@iamtekson I'm closing this since it should be handled in the latest PR (see mention)

@iboates iboates closed this as completed Jun 24, 2024
@iamtekson
Copy link
Collaborator

Yes, it should work now. @maximepel, if you have time, can you please test it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants