You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: