cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Can a app functions access query string parameters?

Michael_Beemer
Dynatrace Enthusiast
Dynatrace Enthusiast

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

1 REPLY 1

Wolfi-Stefan
Dynatrace Participant
Dynatrace Participant

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.

Featured Posts