...
Basic authentication is part of the HTTP specification. It is simple but relatively inflexible. Acegi Security implements Basic authentication using BasicProcessingFilter
and BasicProcessingFilterEntryPoint
.
Tip | ||
---|---|---|
| ||
On a Linux system, you can run |
Request Parameter Authentication
...