Pascal Baljet

Results 133 comments of Pascal Baljet

This is a problem with how your webserver treats headers. I saw this happening when the `Vary` header is missing. See also #900 and #1591.

I think this is a good change, but could you please change it to the 2.x branch or resubmit it? Thanks!

In your code, where does the `req` variable come from? If you really want to expose request headers to the frontend, you could always share it from the backend: ```php...

I'm closing this issue due to lack of activity. If you're still encountering this and can provide additional details or steps to reproduce, feel free to open a new issue....

> If anyone is wondering: yes, client side visits were officially added in Inertia.js 2.0. See docs: https://inertiajs.com/manual-visits#client-side-visits I'm closing this issue as it's indeed now added to Inertia!

I tried to reproduce the issue on iPadOS + Edge, but I can't reproduce the original bug from #1984. Here's the user-agent with the full versions. > Mozilla/5.0 (iPad; CPU...

Thanks for this! I've refactored it a bit and added tests for `HttpGateway` that were missing anyway. Still need to review the JS counterpart :)

I've played around with this, and the main challenge is that the SSR server doesn't know about the `` tag that's rendered by Blade, so it can't replace or remove...