Does anybody have any good methods for getting webpages (and posting back to them) over HTTPS (using SSL) asynchronously? WinINet could do everything I need, except I haven't managed to get it working correctly asynchronously. There is very little documentation on the subject so far as I've been able to find. I know about WinINet's Internet Status Callback for supporting asynchronous operations, but I haven't been able to get a full webpage back using that.