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

redirecting based on ip:port? #171

Open
rezad1393 opened this issue Sep 19, 2022 · 0 comments
Open

redirecting based on ip:port? #171

rezad1393 opened this issue Sep 19, 2022 · 0 comments

Comments

@rezad1393
Copy link

I am trying to redirect from 127.0.0.1:8888 to another ip:port
and I added the rule as
[ { "uuid": "", "pattern": { "scheme": "*", "host": [ "127.0.0.1:8888" ], "path": [ "*" ] }, "action": "redirect", "active": true, "redirectUrl": "[hostname=192.168.1.2]", "types": [ "main_frame" ] } ]

but it doesn't redirect.
it work with no port but not with added port.

also test part of addon shows the correct redirect but it doesn't redirect in browser.

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