Re: [PATCH] debuginfod: add CORS support

2024-12-07 Thread Mark Wielaard
Hi Henning, On Fri, Dec 06, 2024 at 01:01:34AM +0100, Henning Meyer wrote: > it is the Cross-Origin-Resource-Sharing mechanism explained at > https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS Thanks, this might be a good URL to include in a comment so others know what the extra headers are t

Re: [PATCH] debuginfod: add CORS support

2024-12-07 Thread Frank Ch. Eigler
Hi - I'm planning to commit this shortly: >From 4ebefc8f3b4b8fb68a55c960e70122fda50a0fb9 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Sat, 7 Dec 2024 15:01:54 -0500 Subject: [PATCH] debuginfod: add CORS response headers and OPTIONS method From: Henning Meyer CORS is the Cross-Origi