Microsoft Internet Security and Acceleration Server 2000

SF_REQ_NORMALIZE_URL

This support function can be used to normalize the URL. Normalization includes decoding hex codes, removing illegal characters, and some internationalization conversions.

BOOL WINAPI * ServerSupportFunction(
  PHTTP_FILTER_CONTEXT pfc,
  enum SF_REQ_TYPE SF_REQ_NORMALIZE_URL,
  PVOID pData,
  DWORD ul1,
  DWORD ul2
);

Parameters

pfc
Points to the HTTP_FILTER_CONTEXT data structure that is associated with the current, active HTTP transaction.
pData
Points to the URL string to normalize.
ul1
Unused in this support function.
ul2
Unused in this support function.