Re: [PATCH] debuginfod: add CORS support

2024-12-04 Thread Frank Ch. Eigler
Hi - > This is my first attempt at implementing CORS support in debuginfod. Looks good to me really; will wait for a glance from others. > I should probably add or change tests. [...] I wouldn't overthink it - just add a "-i" to any random curl command and look for ACAO:*. I reconfigured the d

[PATCH] debuginfod: add CORS support

2024-12-04 Thread Henning Meyer
This is my first attempt at implementing CORS support in debuginfod. I should probably add or change tests. Since debuginfod-find does not need this functionality, it would be another test done with curl. I had a look at the existing tests, run-debuginfod-webapi-concurrency.sh looks like it wou