Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jackhals

    How to make a HTTPS request from O-script via Socket

    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
  2. jackhals

    O-script Socket and Web.Write function

    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...
  3. jackhals

    O-script Socket and Web.Write function

    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 ...

Part and Inventory Search

Back
Top