Skip to content

Commit 89ba541

Browse files
authored
Revision
1 parent 419e7d7 commit 89ba541

File tree

1 file changed

+9
-11
lines changed
  • content/en/docs/appstore/use-content/platform-supported-content/services

1 file changed

+9
-11
lines changed

content/en/docs/appstore/use-content/platform-supported-content/services/event-broker.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -109,22 +109,20 @@ Every event must carry four mandatory CloudEvents core attributes, each prefixed
109109
* specversion as `ce_specversion`
110110
* type as `ce_type`
111111

112-
{{% alert color="info" %}}
112+
See [CloudEvents](https://github.com/cloudevents/spec/blob/v1.0.1/spec.md#required-attributes) for more information on required attributes.
113+
114+
#### HTTP Bridges Header
115+
113116
For HTTP Bridges, an additional HTTP header is required for authentication.
114-
{{% /alert %}}
115117

116118
* **Authorization**: The value must be set as a Bearer token using the Personal Access Token (PAT) generated during bridge configuration.
117-
Example: `Authorization: Bearer <your-personal-access-token>`
119+
For example: `Authorization: Bearer <your-personal-access-token>`
118120

119-
This header must be included in all HTTP requests sent to the Mendix Event Broker via the HTTP Bridge.
120-
For details on how to obtain your Bearer token, see [Using the HTTP Bridge](#using-the-http-bridge).
121+
This header must be included in all HTTP requests sent to the Mendix Event Broker via the HTTP Bridge. For details on how to obtain your Bearer token, see [Using the HTTP Bridge](#using-the-http-bridge).
121122

122-
> **Note:**
123-
> You can include additional HTTP headers in your request, such as `ce_time: 2025-06-13T15:36:52.148542+02:00`.
124-
> For example, passing `ce_time` will set the published time of the event.
125-
> All other custom HTTP headers will be forwarded as Kafka headers by default.
126-
127-
See [CloudEvents](https://github.com/cloudevents/spec/blob/v1.0.1/spec.md#required-attributes) for more information on required attributes.
123+
{{% alert color="info" %}}
124+
You can include additional HTTP headers in your request, such as `ce_time: 2025-06-13T15:36:52.148542+02:00`. For example, passing `ce_time` will set the published time of the event. All other custom HTTP headers will be forwarded as Kafka headers by default.
125+
{{% /alert %}}
128126

129127
### Creating a Bridge
130128

0 commit comments

Comments
 (0)