Im trying to add these 2 headers to a Swarm URL backend.
CF-Access-Client-Secret: <Your-Client-Secret>```
What is the correct format? I have tried with and without the `:` I can access it in my browser by adding these headers so I know it should work.
If I add the `:` I get ```2024-08-22 12:17:31.692 [Debug] Backend 4 idling because: AggregateException: One or more errors occurred. (The format of value 'CF-Access-Client-Id: <redacted> CF-Access-Client-Secret: <redacted>' is invalid.)```
If I do it without the `:` I get my logs flooded. I cannot upload those because it contains my tokens in plain text and I don't trust myself to remove them all. This HTML is the Access Denied page you would see if you entered the url into a browser.
```11:37:27.325 [Init] Initializing backend #1 - Swarm-API-Backend...
11:37:28.790 [Error] Final error (12) while initializing backend #1 - Swarm-API-Backend, giving up: Newtonsoft.Json.JsonReaderException: Failed to parse JSON `<!DOCTYPE html> <html> <head> <title>Error · Cloudflare Access</title> <meta charset="utf-8" /> <meta name="robots" content="noindex" /> <meta name="viewport" content="initial-scale=1, ```