Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   SetHTTPAuthentication
  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
SetHTTPAuthentication
  SetHTTPAuthentication can be used to set a user/passwd when authentication is required
 
Library wh::internet/http.whlib
 
Syntax PUBLIC MACRO SetHTTPAuthentication (INTEGER connectionid,STRING set_username,STRING set_password)
 
Parameters
connectionid Integer indicating the if of the connection to get the settings from
set_username String with the username to authenticate with
set_password String with the password to authenticate with
 
 
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