Query param in every client request
Hi !
Im wondering if there is a way to add query params in every request without creating a custom fetch. I only need to forward one query param from the browser URL to the trpc where my procedures are hosted plus the authorization header. Would like to avoid adding a fetch middleware system.
thanks!
0 Replies