Skip to main content

Search

What is the correct response to a Webhook URL?

Comments

1 comment

  • Avatar
    MikePreston

    That should be:

    header('HTTP/1.0 200 OK');

    or

    header('HTTP/1.1 200 OK');

    rather than just

    HTTP/1.0 200 OK

    0

Please sign in to leave a comment.