Skip to content
Discussion options

You must be logged in to vote

@Muetze42 you can do simple fetch() I believe. You would need to include the proper headers for authenticated requests. For that, you can inspect the request from the browser and adapt accordingly. For incoming request to you server, use the logic you need as it is agnostic as regards to inertia.

Inertia provides a way to properly render your app with either vue/swelte/react and adds some helpers to ease communication between client and server but you can build your own way if it doesn't fit your use cases.

Could you also provide an example as there are other possible answers?

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Muetze42
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants