< /p>
As shown in the picture, the specific problem description is here/q/10...
怪我咯2017-05-16 13:14:56
Laravel's stateless HTTP basic authentication is actually basic authentication. It does not write a session and only transmits account information through the HTTP Authorization header.
Laravel’s stateful basic authentication is to use basic authentication first and write the session. Later visits can read the login account information through the session.