Is there something obviously wrong with my webhook...
# ory-network
c
Is there something obviously wrong with my webhook that's causing it not send a http request?
Copy code
"registration": {
        "after": {
          "hooks": [
            {
              "config": {
                "body": "",
                "can_interrupt": false,
                "method": "PATCH",
                "response": {
                  "ignore": false,
                  "parse": false
                },
                "url": "http://<ip_addr of EC2 Instance>:80/patch-identity-hook"
              },
              "hook": "web_hook"
            }
          ],
     ...