Hello. I need to configure CORS dynamically (using...
# ktor
r
Hello. I need to configure CORS dynamically (using admin panel / db). Is this possible? I see that "CORS" configuration is called only once, not for every request
a
What settings do you want to configure of the CORS plugin?
r
I want to add or remove hosts
a
Unfortunately, that's not possible because the hosts are cached in the configuration phase.