-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sending cookies with FetchTransport
#122
Comments
The relevant code seems to be commented out: |
Workaround: Add |
For now, that patch is probably the best workaround. I am currently in the process of rewriting
Sorry for the inconvenience here but I am hoping this new client will be a huge step forward for rspc and wanna get it right before I release it. I will leave this issue open until I have a release candidate of it out. |
Cool. Glad to know this problem has already been accounted for. Will keep using the workaround for now. |
I have a cookie set in the browser that I want be sent to the backend server. However the
FetchClient
does not support any customization. I want to addcredentials: 'include'
in the constructor of thefetch
request that is being sent by the browser. How can I do this?The text was updated successfully, but these errors were encountered: