Hi everybody,
I'm trying to make a request to an HTTPS URL via Socket.Connect.
Example:
Socket.Connect( sock, sDomainName, 443 ) // Connection with host
Does anyone have an idea how to perform an HTTPS request?
Thanxx
Thank you very much for the effort. What you have described works, except for pdf files.
A bigger problem is that the socket I'm trying to read returns data only if I am in debug mode. (It works fine if I go step by step debugging the code untill I pass the Socket.Flush function)
Do you have...
I am receiving content(html, rtf, pdf or video) from an external location via a socket. After I receive this content I am trying to pass it throug to the browser with the Web.Write function. With HTML it works fine but with the other formats it does'nt. How to send these formats to the browser ...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.