From 5912ceb545062606544522dcc0a982b5f8c2b043 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Mon, 30 Jun 2025 15:47:19 -0700 Subject: [PATCH 1/2] fix broken link --- api-playground/troubleshooting.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-playground/troubleshooting.mdx b/api-playground/troubleshooting.mdx index 9f9c5c7a7..f73eb71da 100644 --- a/api-playground/troubleshooting.mdx +++ b/api-playground/troubleshooting.mdx @@ -69,7 +69,7 @@ If your API pages aren't displaying correctly, check these common configuration requests, then all of these requests will fail. To fix this, configure your reverse proxy to allow `POST` requests to the `/api/request` path. - Alternatively, if your reverse proxy prevents you from accepting `POST` requests, you can configure Mintlify to send requests directly to your backend with the `api.playground.proxy` setting in the `docs.json`, as described [here](settings#api-configurations). This will + Alternatively, if your reverse proxy prevents you from accepting `POST` requests, you can configure Mintlify to send requests directly to your backend with the `api.playground.proxy` setting in the `docs.json`, as described [here](/settings#param-proxy). This will likely require you to configure CORS on your server, as these requests will now come directly from your users' browsers. From 0af2cdc9c709db1d0a8c9f35ba248f0830e387ec Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Mon, 30 Jun 2025 15:51:05 -0700 Subject: [PATCH 2/2] copyedit --- api-playground/troubleshooting.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/api-playground/troubleshooting.mdx b/api-playground/troubleshooting.mdx index f73eb71da..8af5a94ac 100644 --- a/api-playground/troubleshooting.mdx +++ b/api-playground/troubleshooting.mdx @@ -69,8 +69,6 @@ If your API pages aren't displaying correctly, check these common configuration requests, then all of these requests will fail. To fix this, configure your reverse proxy to allow `POST` requests to the `/api/request` path. - Alternatively, if your reverse proxy prevents you from accepting `POST` requests, you can configure Mintlify to send requests directly to your backend with the `api.playground.proxy` setting in the `docs.json`, as described [here](/settings#param-proxy). This will - likely require you to configure CORS on your server, as these requests will now come directly - from your users' browsers. + Alternatively, if your reverse proxy prevents you from accepting `POST` requests, you can configure Mintlify to send requests directly to your backend with the `api.playground.proxy` setting in the `docs.json`, as described in the [settings documentation](/settings#param-proxy). When using this configuration, you will need to configure CORS on your server since requests will come directly from users' browsers rather than through your proxy.