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

add HTTP(S)_PROXY and http(s)_proxy exports #45

Merged
merged 1 commit into from
Mar 27, 2019

Conversation

UlrichBerntien
Copy link
Collaborator

According to issue #43: curl, wget, perl library and python library read environment variables to configure http and https proxy. But the current curl uses upper case letters and the current wget uses lower case letters. (Found in the man pages.) The perl library could have changed the writing in the history. (Found different information on web pages.)

To support all tools in all versions HTTP(S)_PROXY and http(s)_proxy exports are added in the orc_loadURL function.

On Ubuntu 18.0.4 all four download tools work with this export definitions in a test.

@UlrichBerntien UlrichBerntien merged commit 810e448 into zMarch:master Mar 27, 2019
@UlrichBerntien UlrichBerntien deleted the http-proxy-1 branch March 28, 2019 21:40
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.

1 participant