The Internet Server API, an extended open API set, provides you with the ability to create add-ons for, and run internet server applications on, your Microsoft Internet Information Server. When a client sends a query to the internet server, you can use one of the URL parsing globals to extract information about the client.
Internet URL Parsing Globals
AfxParseURL | Parses a URL string and returns the type of service and its components. |
AfxParseURLEx | Parses a URL string and returns the type of service and its components, as well as providing the user's name and password. |