You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example: `Authorization: Bearer <your-personal-access-token>`
118
120
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).
121
122
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.
0 commit comments