21 Feb 2023
03:35 PM
- last edited on
02 May 2023
02:44 PM
by
educampver
Hi team,
Is it possible to access the query string parameters of an HTTP Get request within an app function? The documentation only talks about HTTP Post bodies. I'm interested in this because I would like to use tRPC to add end-to-end type safety to the app I'm working on.
Thanks,
Mike
Solved! Go to Solution.
22 Feb 2023
07:52 AM
- last edited on
19 Apr 2023
08:40 AM
by
educampver
Hi Mike!
"GET" query strings do not end up in the app functions, only the POST body is passed along as the payload. Currently there is no way to access the query string.