In this code, the status code should be checked to ensure that it is a successful code (2xx). We received a 413 status code (Content Too Large) and the webhook action still succeeded (successfully ...
If the Content-Length is greater than max-post-size-bytes, the status code is 413, but the page displays 500. If the Content-Length is greater than server-config.network-config.protocols.protocol.http ...