Extension architecture for Microsoft IIS

When the HTTP server handles HTTP requests or responses, the BTM HTTP extension can intercept them if there is an Activity with a configured URI that matches the incoming request/response URI. If it matches, the BTM HTTP extension processes the request. Input URIs map to Requests and Output URIs map to Responses.

Monitored information can be obtained from HTTP requests or responses in the following ways:

  • If there is a body (for example, GET response or POST request/response), the BTM HTTP extension parses the body based on the configured Message Format.
  • The BTM HTTP extension can insert a unique identifier (UUID) as an HTTP header in the request/response.
  • The following Technology Data are also available to all requests/responses:
    • Client Address
    • Client Hostname
    • EUEM, EUEM Replaced
    • Group
    • Host
    • Server Hostname
    • Server Port
    • HTTP Direction (Request/Response)
    • HTTP Type (POST, GET, PUT, HEAD, etc)
    • URI
    • UUID, UUID Replaced

Was this page helpful? Yes No Submitting... Thank you

Comments