Skip to content

Commit

Permalink
Merge pull request cloudevents#865 from clemensv/issue-781
Browse files Browse the repository at this point in the history
Fixed erroneous header name
  • Loading branch information
Doug Davis authored Aug 24, 2021
2 parents 0b8c5ba + 7a4eb1f commit f66712b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions http-webhook.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ This specification does not further constrain the content of the notification,
and it also does not prescribe the [HTTP target resource][rfc7230-section-5-1]
that is used for delivery.

If the delivery target supports and requires
[Abuse Protection](#4-abuse-protection), the delivery request MUST include the
`Origin` header. The `Origin` header value is a DNS name expression that
identifies the sending system.
If the delivery target supports and requires [Abuse
Protection](#4-abuse-protection), the delivery request MUST include the
`WebHook-Request-Origin` header. The `WebHook-Request-Origin` header value is a
DNS name expression that identifies the sending system.

### 2.2. Delivery response

Expand Down Expand Up @@ -221,7 +221,7 @@ instances that act on the behalf of a certain system, and not an individual
host.

After the handshake and if permission has been granted, the sender MUST use the
`Origin` request header for each delivery request, with the value matching that
`WebHook-Request-Origin` request header for each delivery request, with the value matching that
of this header.

Example:
Expand Down

0 comments on commit f66712b

Please sign in to comment.