Share via


3.6 Example Log Sent to a Web Server

 The following is an example of a client validating a logging URL and subsequently transmitting a logging message to the web server.

 GET /scripts/wmsiislog.dll HTTP/1.1
 User-Agent: NSPlayer
 Host: WebServer:8080
 Connection: Keep-Alive
 Cache-Control: no-cache
  
 HTTP/1.1 200 OK
 Connection: close
 Date: Wed, 27 Jun 2007 02:54:23 GMT
 Server: Microsoft-IIS/6.0
 Content-Type: text/html
  
 <head><title>WMS ISAPI Log Dll/9.00.00.3372</title></head>
 <body><h1>WMS ISAPI Log Dll/9.00.00.3372</h1></body>
  
 POST /scripts/wmsiislog.dll HTTP/1.1
 Content-Type: text/plain;charset=UTF-8
 User-Agent: NSPlayer
 Host: WebServer:8080
 Content-Length: 424
 Connection: Keep-Alive
 Cache-Control: no-cache
  
 MX_STATS_LogLine: .0.0.0.0 2007-06-27 02:52:39 - asfm://239.192.50.29:30864 0 39 1 200 
 {3300AD50-2C39-46c0-AE0A-0572F2EA5330} 10.0.0.4054 en-US
 WMFSDK/10.0.0.4054_WMPlayer/10.0.0.4036 - wmplayer.exe 10.0.0.3802 Windows_XP 5.1.0.2600
 Pentium 229 10413011 411536 asfm UDP Windows_Media_Audio_9.2 - 
 http://WebServer:8080/multicast.nsc - 2170350 - 182 0 0 0 0 0 0 1 3 100 239.192.50.29 - - 
 - http://WebServer:8080/multicast.nsc - - 
 HTTP/1.1 200 OK
 Server: Microsoft-IIS/6.0
 Date: Wed, 27 Jun 2007 02:54:23 GMT
 Connection: close