Open
Description
In this section https://inertiajs.com/the-protocol of the documentation, the second code block shows a request and response example. In the request, the X-Inertia-Version header has a value of 6b16b94d7c51cbe5b1fa42aac98241d5, and in the response, the page object's version has a value of c32b8e4965f418ad16eaebba1d4e960f. These values represent the asset versions on the client and server, respectively.
Shouldn't these two values match? If the X-Inertia-Version header has a different value than the page object's version, then the response would be a 409 Conflict. But in the example, the response is HTTP/1.1 200 OK.
The same is true for the last code block on the same page.
Metadata
Metadata
Assignees
Labels
No labels