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

[FR] Prevent Redirect #8

Open
BlackYuzia opened this issue Aug 27, 2023 · 0 comments
Open

[FR] Prevent Redirect #8

BlackYuzia opened this issue Aug 27, 2023 · 0 comments

Comments

@BlackYuzia
Copy link

Hi there.
Thx for this tool (simple "mirroring" of any website).
But, this tool have one issue.
Sometimes website could redirect you on the domain.

<!-- in most cases we have something like: -->
<a href="/path/to">

<!-- but, sometimes we have: -->
<a href="https://domain.com/path/to">

<!-- or just: -->
<a href="https://domain.com" >
<img title="my logo" />
</a>

After pushing on that link / button etc. In most cases we redirect to original domain (instead of stay on mirror).
This could be fixed?

Like, check what redirect URL sended to client and prevent redirect to original domain.

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

No branches or pull requests

1 participant