tropico
06-06-2007, 09:14 AM
Hi
I'm creating a service that requires authentication. I think that The HTTP protocol required that authenticated request works in 2 steps, the first one failed with "Unautorized" error and the second specifying the credentials.
I'm using a Plug on the client side to do request on my service, and for each request, the 2 HTTP request are done. Would it be possible for Plugs to works like a WebBrowser where once the credentials are specified, they are sent at each request (and therefore, only one request is done instead of 2)?
Tks for info
V.
PS: Hope that question is understandable
I'm creating a service that requires authentication. I think that The HTTP protocol required that authenticated request works in 2 steps, the first one failed with "Unautorized" error and the second specifying the credentials.
I'm using a Plug on the client side to do request on my service, and for each request, the 2 HTTP request are done. Would it be possible for Plugs to works like a WebBrowser where once the credentials are specified, they are sent at each request (and therefore, only one request is done instead of 2)?
Tks for info
V.
PS: Hope that question is understandable