inertia-laravel
inertia-laravel copied to clipboard
Ensure query string not URL encoded
#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.