inertiajs / inertia-laravel

The Laravel adapter for Inertia.js.
https://inertiajs.com
MIT License
1.99k stars 222 forks source link

Ensure query string not URL encoded #598

Closed rojtjo closed 1 month ago

rojtjo commented 4 months ago

592 fixed the long standing double path issue but it introduces a bug where the query string is URL encoded.

This PR fixes that by manually building up the URL en decoding the query string before appending it.