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

Update for add proxy #10

Merged
merged 2 commits into from Jan 6, 2022
Merged

Update for add proxy #10

merged 2 commits into from Jan 6, 2022

Conversation

charly837
Copy link
Contributor

@charly837 charly837 commented Nov 12, 2019

Hello in my case i need use the proxy settings in my organization for perform the requests, I add the following lines:

import sys,os,os.path
os.environ['http_proxy'] = "http://xxxxxxx"
os.environ['https_proxy'] = "https://xxxxxxx"

only needed edit comment lines and add your data.

This is a one form , but maybe there are other form more eficcient.

Thanks

Hello in my case i need use the proxy settings in my organization for perform the requests, I add the following lines:

import sys,os,os.path
# os.environ['http_proxy'] = "http://xxxxxxx"
# os.environ['https_proxy'] = "https://xxxxxxx"

only needed edit comment lines and add your data.

This is a one form , but maybe there are other form more eficcient.

Thanks
@Cyb3rWard0g
Copy link
Collaborator

Hello @charly837 , I wonder how we can make that a little bit more dynamic. Thank you for taking the time to share that idea.

@Cyb3rWard0g
Copy link
Collaborator

Thank you @charly837 ! I will keep them as commented for now. Thank you again for taking the time to contribute to the project.

@Cyb3rWard0g Cyb3rWard0g merged commit 274170d into OTRF:master Jan 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants