@@ -12,7 +12,7 @@ This HTML response includes the site assets (CSS, JavaScript) as well as a root
1212
1313``` http
1414REQUEST
15- GET: http ://example.com/events/80
15+ GET: https ://example.com/events/80
1616Accept: text/html, application/xhtml+xml
1717
1818RESPONSE
@@ -41,7 +41,7 @@ When the server detects the `X-Inertia` header, instead of responding with a ful
4141
4242``` http
4343REQUEST
44- GET: http ://example.com/events/80
44+ GET: https ://example.com/events/80
4545Accept: text/html, application/xhtml+xml
4646X-Requested-With: XMLHttpRequest
4747X-Inertia: true
@@ -360,15 +360,15 @@ If "flash" session data exists when a `409 Conflict` response occurs, Inertia's
360360
361361``` http
362362REQUEST
363- GET: http ://example.com/events/80
363+ GET: https ://example.com/events/80
364364Accept: text/html, application/xhtml+xml
365365X-Requested-With: XMLHttpRequest
366366X-Inertia: true
367367X-Inertia-Version: 6b16b94d7c51cbe5b1fa42aac98241d5
368368
369369RESPONSE
370370409: Conflict
371- X-Inertia-Location: http ://example.com/events/80
371+ X-Inertia-Location: https ://example.com/events/80
372372```
373373
374374You can read more about this on the [ asset versioning] ( /v2/advanced/asset-versioning ) page.
@@ -387,7 +387,7 @@ The `X-Inertia-Partial-Component` header includes the name of the component that
387387
388388``` http
389389REQUEST
390- GET: http ://example.com/events
390+ GET: https ://example.com/events
391391Accept: text/html, application/xhtml+xml
392392X-Requested-With: XMLHttpRequest
393393X-Inertia: true
@@ -404,8 +404,8 @@ Content-Type: application/json
404404 "props": {
405405 "auth": {...}, // NOT included
406406 "categories": [...], // NOT included
407- "events": [...], // included
408- "errors": {} // always included
407+ "events": [...], // Included
408+ "errors": {} // ALWAYS included
409409 },
410410 "url": "/events/80",
411411 "version": "6b16b94d7c51cbe5b1fa42aac98241d5"
0 commit comments