How to let certain requests through if they have X-foo header set?

I have a high security mode enabled on my website, however, on this subdomain i'm also hosting a service - seq, which is an analytics / logging app. i want the client to be able to send data to this endpoint without getting interrupted of flagged by cloudflare ddos protection. if the request.http.header has X-Seq-ApiKey set to any value (or a custom one if possible?)
Was this page helpful?