https://kotlinlang.org logo
#ktor
Title
# ktor
b

benkuly

11/09/2023, 3:08 PM
As far as I understand, using the
UserAgent
plugin in browsers can be a bit problematic. Usually the browser does not send the
User-Agent
header, when
Access-Control-Allow-Headers
does not allow it, but when using the plugin, ktor always sends it. Shouldn`t ktor behave the same using a preflight request? It should at least be documented. Am I right?
e

e5l

11/09/2023, 3:09 PM
Hey @benkuly, yep it might be a problem. Could you log an issue for that?