Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   DeleteVariableFromUrl
  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
DeleteVariableFromUrl
  Rewrite an URL to remove a variable
 
Library wh::internet/http.whlib
 
Syntax PUBLIC STRING FUNCTION DeleteVariableFromUrl (STRING url,STRING varname)
 
Description This function removes the requested variable from a URL and takes care of proper
adding of variable separators. If the variable with the specified name
occurs more than once inside the URL, all occurences will be removed.
 
Parameters
url URL to modify
varname Name of the variable to remove
 
Returns The rewritten 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