JackJones's avatar

Laravel & Vue, how to test post requests?

This might be a stupid question but I'm using Vue to make an Ajax request, is there software I can use to see what is being sent?

If it's a get request I can just use dd() but because it's a post request I don't know how to see what is being sent

0 likes
3 replies
JackJones's avatar

I'm using @submit.prevent to perform some actions so the form doesn't submit to the next page

I've found that Chrome lets me inspect the payload and response (firefox always says no payload for some reason)

Please or to participate in this conversation.