All error codes

router_firewall_forbidden

HTTP 409 The firewall of a router is managed by the router itself

What happened

You addressed the platform firewall to a router. A router filters traffic with its own firewall, configured inside the router, and the platform firewall does not apply to it at all.

What to do

Configure filtering on the router itself. Reading and writing the platform firewall works on ordinary servers only, so this request will not succeed here.

Retrying

Repeating this request will not help.

How it arrives

{
    "type": "https://docs.fiberax.com/errors/router_firewall_forbidden",
    "title": "The firewall of a router is managed by the router itself",
    "status": 409,
    "code": "router_firewall_forbidden",
    "request_id": "a277dcd1ca652c65"
}

Branch your code on code, never on the wording of title.