A query string is passed anyway. Do you mean parameter. There is a big difference.
Feb 5, 2020
10
Level 4
Append session variable to query string
Is there a way to append a query variable to each route? I need to addd a query parameter to each route if a flag is set in the users session.
So if the user has like USD flag on their session I would like for each route to have a query string like currency=USD
That way my vuejs app can get that variable and append it to the api calls that the vuejs components make.
Please or to participate in this conversation.