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: docs-v2/pages/connect/api-proxy.mdx
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -232,6 +232,33 @@ Filter the response for apps where `connect.proxy_enabled` is `true`.
232
232
</Tabs.Tab>
233
233
</Tabs>
234
234
235
+
## Restricted headers
236
+
237
+
The following headers are not allowed when making requests through the Connect API Proxy. Requests that include these headers will be rejected with a `400` error:
238
+
239
+
- `ACCEPT-ENCODING`
240
+
- `ACCESS-CONTROL-REQUEST-HEADERS`
241
+
- `ACCESS-CONTROL-REQUEST-METHOD`
242
+
- `CONNECTION`
243
+
- `CONTENT-LENGTH`
244
+
- `COOKIE`
245
+
- `DATE`
246
+
- `DNT`
247
+
- `EXPECT`
248
+
- `HOST`
249
+
- `KEEP-ALIVE`
250
+
- `ORIGIN`
251
+
- `PERMISSIONS-POLICY`
252
+
- `REFERER`
253
+
- `TE`
254
+
- `TRAILER`
255
+
- `TRANSFER-ENCODING`
256
+
- `UPGRADE`
257
+
- `VIA`
258
+
- `NOTE`
259
+
- Headers starting with `PROXY-`
260
+
- Headers starting with `SEC-`
261
+
235
262
## Limits
236
263
237
264
- The Connect Proxy limits API requests to 1,000 requests per 5 minutes per project. Requests that surpass this limit will receive a `429` response.
0 commit comments