What is the recommended way to pass values (e.g. r...
# ktor
f
What is the recommended way to pass values (e.g. request headers or authentication) from ktor server to ktor client instances? Is there a simple context object that you can access globally or do I need to pass down any information manually? Or what is the recommended way?
v
I think you’d have to pass the info manually
f
Hmm ok. I wish there would be an easier/better way similar to in the "old threaded" ways the global ThreadContext that I can use for things like that
c
This is known issue that is not yet resolved. For now you need to setup it manually
f
@cy Is there by any chance a ticket I can follow that might solve scenarios like this?
j
Hi all. Any updates on this issue?