URL Routines

include\std_url_lib.asp

The following URL processing utility routines are defined in this file:

  • AddURLArguments
    This function appends property/value pairs to a URL string.
  • GenerateURL
    This function checks whether the page is defined as supporting the Secure Socket Layer (SSL) protocol, and whether the ticket is stored in a cookie or in the URL. This information, along with the parameters, is passed to the GetURL method of the AuthManager object.
  • GetRequestString
    This function removes double quotes, and opening and closing element characters (< and >) from strings obtained through the Request object.
  • GetRequestStringRange
    This function removes double quotes, and opening and closing element characters (< and >) from strings obtained through the Request object. This function also ensures that the requested string is within the length range specified by the iMinLength and iMaxLength parameters.
  • GetTicketInUrlArg
    This function retrieves the ticket from a URL string.
  • GetTicketLocation
    This function returns the location of a ticket.

Copyright © 2005 Microsoft Corporation.
All rights reserved.