Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

utils: send auth to any host redirected to #633

Merged
merged 1 commit into from
Apr 4, 2019

Conversation

jkoelker
Copy link
Contributor

@jkoelker jkoelker commented Apr 3, 2019

Curl will not send the auth credentials to a host that it has been
redirected to by default. Set pycurl.UNRESTRICTED_AUTH which is the
option for --location-trusted to allow sending the name + password to
all hosts that the site may redirect to.

Fixes: #632

Curl will not send the auth credentials to a host that it has been
redirected to by default. Set `pycurl.UNRESTRICTED_AUTH` which is the
option for `--location-trusted` to allow sending the name + password to
all hosts that the site may redirect to.

Fixes: d2iq-archive#632
@mesosphere-ci
Copy link

Can one of the admins verify this patch?

@jkoelker jkoelker merged commit 830a66c into d2iq-archive:master Apr 4, 2019
@jkoelker jkoelker deleted the auth_redirects branch April 4, 2019 16:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants