anvil-works / routing

routing - Built with Anvil
https://routing-docs.anvil.works
MIT License
2 stars 1 forks source link

runner.html nukes search params #2

Closed s-cork closed 2 months ago

s-cork commented 3 months ago

we currently nuke search params in runner.html this means the a router cannot get the search params on first load without workarounds

My understanding is that we nuke the search params, because we've been using ?s=session_id and we don't want the session_id to be included in the url for referrers

solution: be specific about the search param we're using and remove only this search param

s-cork commented 2 months ago

closed via https://github.com/daviesian/anvil/pull/5201