Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   OpenSecureHTTPServer
  Home |  WebHare Lite |  Downloads |  HareScript |  Websites/CMS |  Applications
Search for:  in: 
HareScript
Internet connectivity
 
File transfer (FTP)
Hypertext transfer (HTTP)
IMAP library
MIME and RFC822
POP3 email
Simple Mail Transfer Protocol (SMTP)
TCP/IP connections
OpenSecureHTTPServer
  This function will try to open a secure (SSL) connection to an http server
 
Library wh::internet/http.whlib
 
Syntax PUBLIC INTEGER FUNCTION OpenSecureHTTPServer (STRING servername,INTEGER serverport)
 
Parameters
servername Host name of the HTTP server (also used in the HTTP request itsefl!)
serverport Integer of the port of the http server
 
Returns Integer of the connection (> 0 if successfull)
 
 
In library 'http'
AddVariableToUrl
CloseHTTPServer
DecodeHTTPAuthenticationHeader
DeleteVariableFromUrl
EncodeDigestAuthorizationHeader
FormatHttpDateTime
FormatISO8601DateTime
GetHTTPPage
GetHTTPPageHeaders
GetVariableFromUrl
IsAbsoluteUrl
IsValidPlainHTTPURL
MakeRelativeLinkFromURL
OpenHTTPServer
OpenHTTPServerOnSocket
OpenSecureHTTPServer
PostHTTPPage
PostHTTPPageMultipart
ReplaceVariableInUrl
ResolveToAbsoluteURL
SendHTTPRequest
SetHTTPAuthentication
 
Top To top of page