Cookie headers in loader #12938
Unanswered
Aleksandr-Tyagun
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I’m having an issue with Cookie headers. Our server checks the sessionId in the headers for authorization control. To retrieve details from the API in a loader, I currently have to manually add Cookie headers. However, it works fine with clientLoader.
Is there a way to set it globally so I don’t have to inject it into every loader? Is it good idea to do it at all? Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions