Replies: 2 comments 3 replies
-
In this context another question: Only a I need this to work without |
Beta Was this translation helpful? Give feedback.
1 reply
-
What's your reason for not wanting to use redirect to append the search param to the URL? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I could do this in the client
onMount()
andhistory.replaceState()
or in+page.server.ts
withredirect()
. I find both options ok-ish but not optimal.So, is there a way to rewrite the request URL when responding without using aforementioned methods?
Beta Was this translation helpful? Give feedback.
All reactions