I am working in Qt 4.3...My requriement is to fetch a html file from internet .....i am using QHttp in this regard.The site i am accessing requires authentication.
i have written the code and its working fine for singel request.. when multiple request comes into picture i am getting problem because the site i am accessing doesnt allow more than 8 requests..

i am creating new Http object for every request. i also tried using single global object.. but it also authenticates whenever new request i s.. can anyone help ..please