All Post Method in laravel throwing 302
To fix the issue open the laravel config directory. config/session.php file set in local server
'secure' => env('SESSION_SECURE_COOKIE', false),
It works well for me. hope it helps someone.
Happy coding!
Comments
Post a Comment