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
Copy file name to clipboardExpand all lines: develop-docs/sdk/data-model/event-payloads/request.mdx
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,10 @@ title: Request Interface
3
3
sidebar_order: 8
4
4
---
5
5
6
-
The Request interface contains information on a HTTP request related to the
7
-
event. In client SDKs, this can be an outgoing request (use the [page context](../contexts/#page-context) to track the page that the request was made from).
8
-
On server SDKs, this could be the incoming web request that is being handled.
6
+
The Request interface contains information on an incoming HTTP request related to the
7
+
event. For outgoing requests, use the [outgoing request context](../contexts/#outgoing-request-context).
8
+
9
+
In client SDKs, use the [page context](../contexts/#page-context) instead.
9
10
10
11
The data variable should only contain the request body (not the query string).
11
12
It can either be a dictionary (for standard HTTP requests) or a raw request
0 commit comments