I am doing a project, which involve using HTTP POST method to upload data, and HTTP GET to download file. I use RHTTPSesson for the POST part, and use RHttpDownloadMgr for the GET part.
However, user will be asked for the connection two times, as RHTTPSession and RHttpDownloadMgr will ask the user themself. Is here any possible way to reduce the number of connection query?
Actually, I already know that, the RHTTPSession can also do the HTTP GET. However, we still want to use RHttpDownloadMgr for the download resuming feature.
Moreover, we noticed that, the web browser seems able to share their connection between the web browsing and the download manager.
Thanks to your help



