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

Fixing follow-host-redirects option when customizing the host request header #418

Merged
merged 1 commit into from
Oct 16, 2021

Conversation

z0neGit
Copy link

@z0neGit z0neGit commented Oct 15, 2021

Before:

echo 1.2.3.4:443 | httpx -H "Host: www.test.com" -follow-host-redirects
----> location: https://www.test.com/index.html
----> no follow

After:

echo 1.2.3.4:443 | httpx -H "Host: www.test.com" -follow-host-redirects
----> location: https://www.test.com/index.html
----> follow

@ehsandeep ehsandeep changed the base branch from master to dev October 15, 2021 08:25
@ehsandeep
Copy link
Member

@z0neGit thank you for pushing this update.

@ehsandeep ehsandeep merged commit 486b3a6 into projectdiscovery:dev Oct 16, 2021
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.

3 participants