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

Workaround when proxy returns HTTP_PROXY_AUTH code #227

Merged
merged 1 commit into from
Jul 21, 2023

Conversation

viguice
Copy link
Contributor

@viguice viguice commented Jun 30, 2023

Force first to connect to http (google.com) and do a second attempt to connect to the original URL. HTTP_PROXY_AUTH code might be returned when the app tries to connect to https but might work if it has connected first to a http website.

Force first to connect to http (google.com) and do a second attempt to connect to the original URL.
HTTP_PROXY_AUTH code might be returned when the app tries to connect to https but might work if it has connected first to a http website.
Copy link
Owner

@amattioc amattioc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @viguice thanks for the code. We'll continue to analyze this strange behaviour to find a clear solution, but in the meantime I'll integrate your workaround,

@amattioc amattioc merged commit 5475b3e into amattioc:master Jul 21, 2023
viguice added a commit to viguice/SDMX_Connectors that referenced this pull request Jul 24, 2023
Merge pull request amattioc#227 from viguice/viguice
@viguice viguice deleted the viguice branch July 26, 2023 13:31
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