Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   ResolveToAbsoluteURL
  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
ResolveToAbsoluteURL
  Rewrite an URL to make it absolute
 
Library wh::internet/http.whlib
 
Syntax PUBLIC STRING FUNCTION ResolveToAbsoluteURL (STRING baseurl,STRING newurl)
 
Description This function takes a base url and a relative or absolute URL,
and uses these to construct a proper absolute URL
 
Parameters
baseurl Absolute base URL, to which the new url might be relative
newurl New URL which must be merged into the base URL
 
Returns The rewritten absolute URL
 
 
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