From 57c06bde2e72f9cf347fbe62e4d2d006f8e9ef46 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 5 Mar 2022 21:59:14 +0000 Subject: [PATCH] :memo: Adds link to configuring headers --- docs/troubleshooting.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 4dd4fb94..1dca6dcf 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -299,6 +299,8 @@ or Access-Control-Allow-Origin: * ``` +For more info on how to set headers, see: [Setting Headers](/docs/management.md#setting-headers) in the management docs + #### Option 3 - Proxying Request You can route requests through Dashy's built-in CORS proxy. Instructions and more details can be found [here](/docs/widgets.md#proxying-requests). If you don't have control over the target origin, and you are running Dashy either through Docker, with the Node server or on Netlify, then this solution will work for you.