Hello all! [solved - CORS issue] I’m porting an e...
# ktor
c
Hello all! [solved - CORS issue] I’m porting an existing project from mobile to web using ktor 1.6.0 (also tried with 1.6.2 without any chance); and I’ve noticed that when running the web version, only the response headers: • content-length • content-type are available on
response.headers
. although, I can see all the headers (authorization, host, origin, etc.) on the browser network dev. tools. I’m using
LogLevel.ALL
and I’ve also tested removing the loglevel and just printing the
response.headers
directly. anyone has an idea of what might be happening?