Pochwar / laravel-vue-spa

82 stars 31 forks source link

Login/Registration #21

Closed ghost closed 5 years ago

ghost commented 5 years ago

When i try to login or register its sending Request method:OPTIONS

Request URL:http://localhost:8000/api/auth/login?email=admin@test.com&password=admin
Request method:OPTIONS
Request URL:http://localhost:8000/api/auth/register
Request method:OPTIONS

Any explanation why its not sending POST request? I didn't change a thing, default installation. Btw this results in login/register not working.