How can I send data vía winsock and get the data chunk to the Webbrowser.
This is not a "Download the webpage and then webbrowser1.navigate". Isn't a "send the data vía winsock and replace every href or IMG reference with a complete URL". This is a little more comlpicated:
Case: Retrieve a resource vía post method of a form. The CGI script NEEDS the referrer URL in order to perform the right way.
Need: To send the data vía winsock (or any other method there may be) and get the result displayed in the webbrowser.
Thanks for any help.
My hints: The navigate2 method can send headers, but it sends some headers that can't be modified.