for context am using Laravel 10 as backend and Nuxtjs 3.9 for frontend. Whenever i call an api using GET with authorization headers, it works but, when i call the api changing it to POST it gives error. Was it meant to be used this way or am i missing out on something ?
for context am using Laravel 10 as backend and Nuxtjs 3.9 for frontend. Whenever i call an api using GET with authorization headers, it works but, when i call the api changing it to POST it gives error. Was it meant to be used this way or am i missing out on something ?