Skip to content

redirecting based on ip:port? #171

@rezad1393

Description

@rezad1393

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions