posted 17 years ago
Hi!,
I have some question regarding the BASIC authentication method.
When configuring the application to use a BASIC authentication, the server returns some kind of token to the client ?
If the client makes some more calls to different resources that are under the same protected area, the application server has to make every time the authentication or there is some kind of cache managed by the application server ?
Is the browser the one that keeps the user and pwd cached and send it every time ?
Thanks a lot for any reply ;-)