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

Resolves issue #19 added --no-cookies boolean and --header array parameters #29

Merged
merged 2 commits into from
Jul 23, 2014

Conversation

Limess
Copy link

@Limess Limess commented Jul 23, 2014

These options are necessary in certain cases, most commonly to bypass the checkbox security when downloading Oracle's JDK packages,
e.g
wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u5-b13/jdk-8u5-linux-x64.rpm

I avoided using stdlib as seems to be the preferred stance for this module.

@Limess Limess changed the title #17 added --no-cookies boolean and --header array parameters #19 added --no-cookies boolean and --header array parameters Jul 23, 2014
@Limess Limess changed the title #19 added --no-cookies boolean and --header array parameters Resolves issue #19 added --no-cookies boolean and --header array parameters Jul 23, 2014
carlossg added a commit that referenced this pull request Jul 23, 2014
Resolves issue #19 added --no-cookies boolean and --header array parameters
@carlossg carlossg merged commit f436506 into voxpupuli:master Jul 23, 2014
@carlossg
Copy link
Member

Thanks

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.

2 participants