Overview

URLhttp://haufe-rechnungswesen.eu/
IP213.164.69.237
ASNAS13054 FreiNet GmbH
Location Germany
Report completed2012-11-14 21:38:43 CET
StatusLoading report..
urlQuery Alerts No alerts detected


Settings

UserAgentMozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Referer
Adobe Reader8.0
Java1.6.0_26


Intrusion Detection Systems

Suricata /w Emerging Threats Pro
Timestamp Source IP Destination IP Severity Alert
2012-11-14 21:38:07 195.159.219.10 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-14 21:38:10 195.159.219.10 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
2012-11-14 21:38:10 195.159.219.10 urlQuery Client3FILEMAGIC Macromedia Flash data (compressed),
Snort /w Sourcefire VRT
Timestamp Source IP Destination IP Severity Alert
2012-11-14 21:38:05 urlQuery Client 109.235.143.2262ssp_ssl: Invalid Client HELLO after Server HELLO Detected


Recent reports on same IP/ASN/Domain

Last 6 reports on IP: 213.164.69.237

Date Alerts / IDS URL IP
2013-04-06 13:09:000 / 1http://controllingoffice.de/213.164.69.237
2013-04-05 12:39:530 / 2http://bfhnv-online.de/213.164.69.237
2013-03-31 10:51:570 / 2http://betriebsverfassungoffice.info/213.164.69.237
2013-03-06 16:48:500 / 2http://betriebsverfassung.info/213.164.69.237
2013-03-06 16:39:520 / 2http://bfh-nv.de/213.164.69.237
2013-03-04 04:24:340 / 3http://steuern.de/213.164.69.237

Last 6 reports on ASN: AS13054 FreiNet GmbH

Date Alerts / IDS URL IP
2013-04-06 19:17:530 / 2http://officeline.info/213.164.69.234
2013-04-06 13:09:000 / 1http://controllingoffice.de/213.164.69.237
2013-04-05 12:39:530 / 2http://bfhnv-online.de/213.164.69.237
2013-04-04 18:07:490 / 2http://mandantenpflege.de/213.164.69.234
2013-04-04 11:17:470 / 1http://buchhaltungs-praxis.de/213.164.69.234
2013-04-03 12:54:080 / 4http://direktmarketing.eu/213.164.69.234



JavaScript

Executed Scripts (63)


Executed Evals (2)

#1 JavaScript::Eval (size: 127, repeated: 1)

function DCF264380607_DoFSCommand(c, a) {
    if (c == 'openWindow') oDCF264380607.FSWin();
}
oDCF264380607 = new DCFlash('DCF264380607', pVM);

#2 JavaScript::Eval (size: 3561, repeated: 1)

jQuery.easing['jswing'] = jQuery.easing['swing'];
jQuery.extend(jQuery.easing, {
    def: 'easeOutQuad',
    swing: function(x, t, b, c, d) {
        return jQuery.easing[jQuery.easing.def](x, t, b, c, d)
    },
    easeInQuad: function(x, t, b, c, d) {
        return c * (t /= d) * t + b
    },
    easeOutQuad: function(x, t, b, c, d) {
        return -c * (t /= d) * (t - 2) + b
    },
    easeInOutQuad: function(x, t, b, c, d) {
        if ((t /= d / 2) < 1) return c / 2 * t * t + b;
        return -c / 2 * ((--t) * (t - 2) - 1) + b
    },
    easeInCubic: function(x, t, b, c, d) {
        return c * (t /= d) * t * t + b
    },
    easeOutCubic: function(x, t, b, c, d) {
        return c * ((t = t / d - 1) * t * t + 1) + b
    },
    easeInOutCubic: function(x, t, b, c, d) {
        if ((t /= d / 2) < 1) return c / 2 * t * t * t + b;
        return c / 2 * ((t -= 2) * t * t + 2) + b
    },
    easeInQuart: function(x, t, b, c, d) {
        return c * (t /= d) * t * t * t + b
    },
    easeOutQuart: function(x, t, b, c, d) {
        return -c * ((t = t / d - 1) * t * t * t - 1) + b
    },
    easeInOutQuart: function(x, t, b, c, d) {
        if ((t /= d / 2) < 1) return c / 2 * t * t * t * t + b;
        return -c / 2 * ((t -= 2) * t * t * t - 2) + b
    },
    easeInQuint: function(x, t, b, c, d) {
        return c * (t /= d) * t * t * t * t + b
    },
    easeOutQuint: function(x, t, b, c, d) {
        return c * ((t = t / d - 1) * t * t * t * t + 1) + b
    },
    easeInOutQuint: function(x, t, b, c, d) {
        if ((t /= d / 2) < 1) return c / 2 * t * t * t * t * t + b;
        return c / 2 * ((t -= 2) * t * t * t * t + 2) + b
    },
    easeInSine: function(x, t, b, c, d) {
        return -c * Math.cos(t / d * (Math.PI / 2)) + c + b
    },
    easeOutSine: function(x, t, b, c, d) {
        return c * Math.sin(t / d * (Math.PI / 2)) + b
    },
    easeInOutSine: function(x, t, b, c, d) {
        return -c / 2 * (Math.cos(Math.PI * t / d) - 1) + b
    },
    easeInExpo: function(x, t, b, c, d) {
        return (t == 0) ? b : c * Math.pow(2, 10 * (t / d - 1)) + b
    },
    easeOutExpo: function(x, t, b, c, d) {
        return (t == d) ? b + c : c * (-Math.pow(2, -10 * t / d) + 1) + b
    },
    easeInOutExpo: function(x, t, b, c, d) {
        if (t == 0) return b;
        if (t == d) return b + c;
        if ((t /= d / 2) < 1) return c / 2 * Math.pow(2, 10 * (t - 1)) + b;
        return c / 2 * (-Math.pow(2, -10 * --t) + 2) + b
    },
    easeInCirc: function(x, t, b, c, d) {
        return -c * (Math.sqrt(1 - (t /= d) * t) - 1) + b
    },
    easeOutCirc: function(x, t, b, c, d) {
        return c * Math.sqrt(1 - (t = t / d - 1) * t) + b
    },
    easeInOutCirc: function(x, t, b, c, d) {
        if ((t /= d / 2) < 1) return -c / 2 * (Math.sqrt(1 - t * t) - 1) + b;
        return c / 2 * (Math.sqrt(1 - (t -= 2) * t) + 1) + b
    },
    easeInElastic: function(x, t, b, c, d) {
        var s = 1.70158;
        var p = 0;
        var a = c;
        if (t == 0) return b;
        if ((t /= d) == 1) return b + c;
        if (!p) p = d * .3;
        if (a < Math.abs(c)) {
            a = c;
            var s = p / 4
        } else var s = p / (2 * Math.PI) * Math.asin(c / a);
        return -(a * Math.pow(2, 10 * (t -= 1)) * Math.sin((t * d - s) * (2 * Math.PI) / p)) + b
    },
    easeOutElastic: function(x, t, b, c, d) {
        var s = 1.70158;
        var p = 0;
        var a = c;
        if (t == 0) return b;
        if ((t /= d) == 1) return b + c;
        if (!p) p = d * .3;
        if (a < Math.abs(c)) {
            a = c;
            var s = p / 4
        } else var s = p / (2 * Math.PI) * Math.asin(c / a);
        return a * Math.pow(2, -10 * t) * Math.sin((t * d - s) * (2 * Math.PI) / p) + c + b
    },
    easeInOutElastic: function(x, t, b, c, d) {
        var s = 1.70158;
        var p = 0;
        var a = c;
        if (t == 0) return b;
        if ((t /= d / 2) == 2) return b + c;
        if (!p) p = d * (.3 * 1.5);
        if (a < Math.abs(c)) {
            a = c;
            var s = p / 4
        } else var s = p / (2 * Math.PI) * Math.asin(c / a);
        if (t < 1) return -.5 * (a * Math.pow(2, 10 * (t -= 1)) * Math.sin((t * d - s) * (2 * Math.PI) / p)) + b;
        return a * Math.pow(2, -10 * (t -= 1)) * Math.sin((t * d - s) * (2 * Math.PI) / p) * .5 + c + b
    },
    easeInBack: function(x, t, b, c, d, s) {
        if (s == undefined) s = 1.70158;
        return c * (t /= d) * t * ((s + 1) * t - s) + b
    },
    easeOutBack: function(x, t, b, c, d, s) {
        if (s == undefined) s = 1.70158;
        return c * ((t = t / d - 1) * t * ((s + 1) * t + s) + 1) + b
    },
    easeInOutBack: function(x, t, b, c, d, s) {
        if (s == undefined) s = 1.70158;
        if ((t /= d / 2) < 1) return c / 2 * (t * t * (((s *= (1.525)) + 1) * t - s)) + b;
        return c / 2 * ((t -= 2) * t * (((s *= (1.525)) + 1) * t + s) + 2) + b
    },
    easeInBounce: function(x, t, b, c, d) {
        return c - jQuery.easing.easeOutBounce(x, d - t, 0, c, d) + b
    },
    easeOutBounce: function(x, t, b, c, d) {
        if ((t /= d) < (1 / 2.75)) {
            return c * (7.5625 * t * t) + b
        } else if (t < (2 / 2.75)) {
            return c * (7.5625 * (t -= (1.5 / 2.75)) * t + .75) + b
        } else if (t < (2.5 / 2.75)) {
            return c * (7.5625 * (t -= (2.25 / 2.75)) * t + .9375) + b
        } else {
            return c * (7.5625 * (t -= (2.625 / 2.75)) * t + .984375) + b
        }
    },
    easeInOutBounce: function(x, t, b, c, d) {
        if (t < d / 2) return jQuery.easing.easeInBounce(x, t * 2, 0, c, d) * .5 + b;
        return jQuery.easing.easeOutBounce(x, t * 2 - d, 0, c, d) * .5 + c * .5 + b
    }
});

Executed Writes (41)

#1 JavaScript::Write (size: 1, repeated: 5)

#2 JavaScript::Write (size: 2, repeated: 1)

#3 JavaScript::Write (size: 522, repeated: 1)

<noscript><a target="_blank" href="https://ad-emea.doubleclick.net/click%3Bh%3Dv8/3d2d/7/76/%2a/p%3B264380607%3B0-0%3B0%3B90003378%3B4307-300/250%3B51069450/51039288/1%3B%3B%7Esscs%3D%3fhttps%3A//secserv.adtech.de/adlink%7C913%7C3756186%7C0%7C170%7CAdId%3D8268562%3BBnId%3D1%3Bitime%3D925487520%3Blink%3Dhttp://www.gruener-punkt.de"><img src="https://static.doubleclick.net/1910477/DSD_MehrWert_Banner_BDE-Zertifikat_Fallback.gif" width="300" height="250" border="0" alt="Advertisement" galleryimg="no"></a></noscript>

#4 JavaScript::Write (size: 226, repeated: 1)

<!-- Copyright 2008 DoubleClick, a division of Google Inc. All rights reserved. -->
<!-- Code auto-generated on Wed Oct 24 06:34:53 EDT 2012 -->
<script src="https://static.doubleclick.net/879366/flashwrite_1_2.js"></script>

#5 JavaScript::Write (size: 12, repeated: 1)

</NOSCRIPT>

#6 JavaScript::Write (size: 10, repeated: 1)

</SCRIPT>

#7 JavaScript::Write (size: 7, repeated: 1)

</div>

#8 JavaScript::Write (size: 12, repeated: 2)

</noscript>

#9 JavaScript::Write (size: 211, repeated: 1)

<A HREF="https://secserv.adtech.de/adlink|913|3756186|0|170|AdId=8268562;BnId=1;itime=925487520;nodecode=yes;link=https://ad-emea.doubleclick.net/jump/N992.Haufe-Channel.omd/B7097531;sz=300x250;ord=925487520?">

#10 JavaScript::Write (size: 159, repeated: 1)

<IMG SRC="https://ad-emea.doubleclick.net/ad/N992.Haufe-Channel.omd/B7097531;sz=300x250;ord=925487520?" BORDER=0 WIDTH=300 HEIGHT=250 ALT="Advertisement"></A>

#11 JavaScript::Write (size: 11, repeated: 1)

<NOSCRIPT>

#12 JavaScript::Write (size: 259, repeated: 1)

<SCRIPT language='JavaScript1.1' SRC="https://ad-emea.doubleclick.net/adj/N992.Haufe-Channel.omd/B7097531;sz=300x250;click=https%3A//secserv.adtech.de/adlink%7C913%7C3756186%7C0%7C170%7CAdId%3D8268562%3BBnId%3D1%3Bitime%3D925487520%3Blink%3D;ord=925487520?">

#13 JavaScript::Write (size: 258, repeated: 1)

<a href="https://secserv.adtech.de/adlink|913|3756129|0|170|AdId=7749322;BnId=3;itime=925488870;nodecode=yes;link=" target="_blank"><img src="https://aka-cdn.adtech.de/apps/202/Ad7749322St3Sz170Sq102645305V1Id3/ein-pixel.gif" border="0" alt="" title=""></a>

#14 JavaScript::Write (size: 258, repeated: 1)

<a href="https://secserv.adtech.de/adlink|913|3756135|0|170|AdId=7749322;BnId=3;itime=925488335;nodecode=yes;link=" target="_blank"><img src="https://aka-cdn.adtech.de/apps/202/Ad7749322St3Sz170Sq102645305V1Id3/ein-pixel.gif" border="0" alt="" title=""></a>

#15 JavaScript::Write (size: 208, repeated: 1)

<a href="https://secserv.adtech.de/adlink|913|3756140|0|225|AdId=8029037;BnId=4;itime=925485868;nodecode=yes;link=https://servedby.flashtalking.com/click/2/23301;441742;0;209;0/?url=2644028" target="_blank">

#16 JavaScript::Write (size: 208, repeated: 1)

<a href="https://secserv.adtech.de/adlink|913|3756149|0|168|AdId=8029037;BnId=5;itime=925488010;nodecode=yes;link=https://servedby.flashtalking.com/click/2/23301;441743;0;209;0/?url=2644031" target="_blank">

#17 JavaScript::Write (size: 258, repeated: 1)

<a href="https://secserv.adtech.de/adlink|913|3756185|0|170|AdId=7749322;BnId=3;itime=925488102;nodecode=yes;link=" target="_blank"><img src="https://aka-cdn.adtech.de/apps/202/Ad7749322St3Sz170Sq102645305V1Id3/ein-pixel.gif" border="0" alt="" title=""></a>

#18 JavaScript::Write (size: 164, repeated: 1)

<div class="contentAdText" align="right" style="width:300px"><img src="https://aka-cdn.adtech.de/apps/274/Ad8268562St3Sz170Sq103290207V0Id1/anzeigeweiss.jpg"></div>

#19 JavaScript::Write (size: 104, repeated: 1)

<div id="AdtechAdVisElement3756140" style="width:0px !important; height:0px !important;"><!-- --></div>

#20 JavaScript::Write (size: 104, repeated: 1)

<div id="AdtechAdVisElement3756149" style="width:0px !important; height:0px !important;"><!-- --></div>

#21 JavaScript::Write (size: 1755, repeated: 1)

<div id="ftdiv441742" style="position:absolute; width:728px; height:90px;left:312px; top:1px; "><OBJECT type="application/x-shockwave-flash" data="http://cdn.flashtalking.com/xre/44/441742/393883/swf/4_C2_DAT_2_046_Image_728x90_Vertrauen.swf" ID="ftswf441742" width="728" height="90"><PARAM NAME=movie VALUE="http://cdn.flashtalking.com/xre/44/441742/393883/swf/4_C2_DAT_2_046_Image_728x90_Vertrauen.swf"/><PARAM NAME=FlashVars VALUE="clickTag=https%3A//secserv.adtech.de/adlink%7C913%7C3756140%7C0%7C225%7CAdId%3D8029037%3BBnId%3D4%3Bitime%3D925485868%3Bnodecode%3Dyes%3Blink%3Dhttp%3A//servedby.flashtalking.com/click/2/23301%3B441742%3B393883%3B211%3B0/%3Fg%3D17795B97588203%26random%3D207052992%26ft_width%3D728%26ft_height%3D90%26url%3Dhttp%3A//ad3.adfarm1.adition.com/redi%3Fsid%3D358181%26kid%3D368286%26bid%3D1347715&clickTag1=https%3A//secserv.adtech.de/adlink%7C913%7C3756140%7C0%7C225%7CAdId%3D8029037%3BBnId%3D4%3Bitime%3D925485868%3Bnodecode%3Dyes%3Blink%3Dhttp%3A//servedby.flashtalking.com/click/2/23301%3B441742%3B393883%3B211%3B0/%3Fg%3D17795B97588203%26random%3D207052992%26ft_width%3D728%26ft_height%3D90%26url%3Dhttp%3A//ad3.adfarm1.adition.com/redi%3Fsid%3D358181%26kid%3D368286%26bid%3D1347715&ftStreamMode=0&ftPL=undefined&ftLinkID=441742&ftLinkMode=0&ftServeDom=http%3A//cdn.flashtalking.com&ftMVT=false&ftStatBaseURL=http%3A//stat.flashtalking.com/reportV3/ft.stat%3F5907568-&ftSetFileSize=30.953125&aID=1&ftPlacementID=441742&cID=18411&creativeID=393883&ftfuncid=441742&divID=ftdiv441742&ftSegment=&ftKeyword=&ftConfID=0&ftGUID=17795B97588203"/><PARAM NAME=quality VALUE="autohigh"/><PARAM NAME=wmode VALUE="transparent"/><PARAM NAME="allowScriptAccess" value="always"/><PARAM NAME="allowFullScreen" value="true"/></OBJECT></div>

#22 JavaScript::Write (size: 2106, repeated: 1)

<div id="ftdiv441743" style="position:absolute; width:160px; height:600px;left:0px; top:1px; "><OBJECT type="application/x-shockwave-flash" data="http://cdn.flashtalking.com/xre/44/441743/393882/swf/4_C2_DAT_2_046_Image_160x600_Vertrauen.swf" ID="ftswf441743" width="160" height="600"><PARAM NAME=movie VALUE="http://cdn.flashtalking.com/xre/44/441743/393882/swf/4_C2_DAT_2_046_Image_160x600_Vertrauen.swf"/><PARAM NAME=FlashVars VALUE="clickTag=https%3A//secserv.adtech.de/adlink%7C913%7C3756149%7C0%7C168%7CAdId%3D8029037%3BBnId%3D5%3Bitime%3D925488010%3Bnodecode%3Dyes%3Blink%3Dhttp%3A//servedby.flashtalking.com/click/2/23301%3B441743%3B393882%3B211%3B0/%3Fg%3D17795B97588203%26random%3D632873041%26ft_width%3D160%26ft_height%3D600%26url%3Dhttp%3A//ad3.adfarm1.adition.com/redi%3Fsid%3D358181%26kid%3D368286%26bid%3D1347715&clickTag2=https%3A//secserv.adtech.de/adlink%7C913%7C3756149%7C0%7C168%7CAdId%3D8029037%3BBnId%3D5%3Bitime%3D925488010%3Bnodecode%3Dyes%3Blink%3Dhttp%3A//servedby.flashtalking.com/click/2/23301%3B441743%3B393882%3B212%3B0/%3Fg%3D17795B97588203%26random%3D496168166%26ft_width%3D160%26ft_height%3D600%26url%3Dhttps%3A//www.facebook.com/dateveg&clickTag1=https%3A//secserv.adtech.de/adlink%7C913%7C3756149%7C0%7C168%7CAdId%3D8029037%3BBnId%3D5%3Bitime%3D925488010%3Bnodecode%3Dyes%3Blink%3Dhttp%3A//servedby.flashtalking.com/click/2/23301%3B441743%3B393882%3B211%3B0/%3Fg%3D17795B97588203%26random%3D632873041%26ft_width%3D160%26ft_height%3D600%26url%3Dhttp%3A//ad3.adfarm1.adition.com/redi%3Fsid%3D358181%26kid%3D368286%26bid%3D1347715&ftStreamMode=0&ftPL=undefined&ftLinkID=441742&ftLinkMode=0&ftServeDom=http%3A//cdn.flashtalking.com&ftMVT=false&ftStatBaseURL=http%3A//stat.flashtalking.com/reportV3/ft.stat%3F5907570-&ftSetFileSize=22.4365234375&aID=1&ftPlacementID=441743&cID=18411&creativeID=393882&ftfuncid=441743&divID=ftdiv441743&ftSegment=&ftKeyword=&ftConfID=0&ftGUID=17795B97588203"/><PARAM NAME=quality VALUE="autohigh"/><PARAM NAME=wmode VALUE="transparent"/><PARAM NAME="allowScriptAccess" value="always"/><PARAM NAME="allowFullScreen" value="true"/></OBJECT></div>

#23 JavaScript::Write (size: 203, repeated: 1)

<div style="display:none"><img src="https://servedby.flashtalking.com/imp/2/23301;441744;201;pixel;HaufeFachmediaNetwork;TrackingfuerHintergrundEF030/?cachebuster=925485868" width="1" height="1"/></div>

#24 JavaScript::Write (size: 38, repeated: 1)

<div style="height:91px;width:728px">

#25 JavaScript::Write (size: 161, repeated: 1)

<img border="0" src="https://servedby.flashtalking.com/imp/2/23301;441742;205;gif;HaufeFachmediaNetwork;RotationMotivVertrauenWallpaper728x90u160x600030/?"></a>

#26 JavaScript::Write (size: 161, repeated: 1)

<img border="0" src="https://servedby.flashtalking.com/imp/2/23301;441743;205;gif;HaufeFachmediaNetwork;RotationMotivVertrauenWallpaper728x90u160x600030/?"></a>

#27 JavaScript::Write (size: 11, repeated: 2)

<noscript>

#28 JavaScript::Write (size: 1679, repeated: 1)

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" id="DCF264380607" width="300" height="250" ><param name="movie" value="https://static.doubleclick.net/1910477/DSD_MehrWert_Banner_BDE-Zertifikat.swf"><param name="flashvars" value="moviePath=https://static.doubleclick.net/1910477/&moviepath=https://static.doubleclick.net/1910477/&clickTag=https%3A//ad-emea.doubleclick.net/click%253Bh%253Dv8/3d2d/7/76/%252a/p%253B264380607%253B0-0%253B0%253B90003378%253B4307-300/250%253B51069450/51039288/1%253B%253B%257Esscs%253D%253fhttps%253A//secserv.adtech.de/adlink%257C913%257C3756186%257C0%257C170%257CAdId%253D8268562%253BBnId%253D1%253Bitime%253D925487520%253Blink%253Dhttp%3A//www.gruener-punkt.de"><param name="quality" value="high"><param name="wmode" value="opaque"><param name="base" value="https://static.doubleclick.net/1910477"><PARAM NAME="AllowScriptAccess" VALUE="never"><embed src="https://static.doubleclick.net/1910477/DSD_MehrWert_Banner_BDE-Zertifikat.swf" flashvars="moviePath=https://static.doubleclick.net/1910477/&moviepath=https://static.doubleclick.net/1910477/&clickTag=https%3A//ad-emea.doubleclick.net/click%253Bh%253Dv8/3d2d/7/76/%252a/p%253B264380607%253B0-0%253B0%253B90003378%253B4307-300/250%253B51069450/51039288/1%253B%253B%257Esscs%253D%253fhttps%253A//secserv.adtech.de/adlink%257C913%257C3756186%257C0%257C170%257CAdId%253D8268562%253BBnId%253D1%253Bitime%253D925487520%253Blink%253Dhttp%3A//www.gruener-punkt.de" width="300" height="250"  type="application/x-shockwave-flash" quality="high" swliveconnect="true" wmode="opaque" name="DCF264380607" base="https://static.doubleclick.net/1910477" AllowScriptAccess="never"></embed></object>

#29 JavaScript::Write (size: 259, repeated: 1)

<script language="javascript1.1" src="https://secserv.adtech.de/addyn|3.0|913.1|1915950|0|-1|size=120x600;ADTECH;loc=100;alias=haufe.de/finance_sky;kvschlagwort=;kvinteresse=;kvthema=Finance;kvdokumententyp=;target=_blank;grp=145;misc=1352925489257"></script>

#30 JavaScript::Write (size: 257, repeated: 1)

<script language="javascript1.1" src="https://secserv.adtech.de/addyn|3.0|913.1|1915950|0|-1|size=1x1;ADTECH;loc=100;alias=haufe.de/finance_layer;kvschlagwort=;kvinteresse=;kvthema=Finance;kvdokumententyp=;target=_blank;grp=145;misc=1352925489182"></script>

#31 JavaScript::Write (size: 260, repeated: 1)

<script language="javascript1.1" src="https://secserv.adtech.de/addyn|3.0|913.1|1915950|0|-1|size=300x250;ADTECH;loc=100;alias=haufe.de/finance_cad1;kvschlagwort=;kvinteresse=;kvthema=Finance;kvdokumententyp=;target=_blank;grp=145;misc=1352925488791"></script>

#32 JavaScript::Write (size: 260, repeated: 1)

<script language="javascript1.1" src="https://secserv.adtech.de/addyn|3.0|913.1|1915950|0|-1|size=300x250;ADTECH;loc=100;alias=haufe.de/finance_cad2;kvschlagwort=;kvinteresse=;kvthema=Finance;kvdokumententyp=;target=_blank;grp=145;misc=1352925488861"></script>

#33 JavaScript::Write (size: 260, repeated: 1)

<script language="javascript1.1" src="https://secserv.adtech.de/addyn|3.0|913.1|1915950|0|-1|size=300x250;ADTECH;loc=100;alias=haufe.de/finance_cad3;kvschlagwort=;kvinteresse=;kvthema=Finance;kvdokumententyp=;target=_blank;grp=145;misc=1352925489040"></script>

#34 JavaScript::Write (size: 260, repeated: 1)

<script language="javascript1.1" src="https://secserv.adtech.de/addyn|3.0|913.1|1915950|0|-1|size=300x250;ADTECH;loc=100;alias=haufe.de/finance_cad4;kvschlagwort=;kvinteresse=;kvthema=Finance;kvdokumententyp=;target=_blank;grp=145;misc=1352925489120"></script>

#35 JavaScript::Write (size: 265, repeated: 1)

<script language="javascript1.1" src="https://secserv.adtech.de/addyn|3.0|913.1|1915950|0|-1|size=300x250;ADTECH;loc=100;alias=haufe.de/finance_wide-cad1;kvschlagwort=;kvinteresse=;kvthema=Finance;kvdokumententyp=;target=_blank;grp=145;misc=1352925487508"></script>

#36 JavaScript::Write (size: 265, repeated: 1)

<script language="javascript1.1" src="https://secserv.adtech.de/addyn|3.0|913.1|1915950|0|-1|size=300x250;ADTECH;loc=100;alias=haufe.de/finance_wide-cad2;kvschlagwort=;kvinteresse=;kvthema=Finance;kvdokumententyp=;target=_blank;grp=145;misc=1352925488972"></script>

#37 JavaScript::Write (size: 262, repeated: 1)

<script language="javascript1.1" src="https://secserv.adtech.de/addyn|3.0|913.1|1915950|0|-1|size=728x90;ADTECH;loc=100;alias=haufe.de/finance_bigsize;kvschlagwort=;kvinteresse=;kvthema=Finance;kvdokumententyp=;target=_blank;grp=145;misc=1352925485891"></script>

#38 JavaScript::Write (size: 429, repeated: 1)

<script language="javascript1.1" type="text/javascript" src="https://servedby.flashtalking.com/imp/2/23301;441742;201;js;HaufeFachmediaNetwork;RotationMotivVertrauenWallpaper728x90u160x600030/?click=https://secserv.adtech.de/adlink|913|3756140|0|225|AdId=8029037;BnId=4;itime=925485868;nodecode=yes;link=&ftx=312&fty=1&ftadz=&ftscw=&ft_custom=&cachebuster=764332.4084503975" id="ftscript_728x90" name="ftscript_728x90""></script>

#39 JavaScript::Write (size: 428, repeated: 1)

<script language="javascript1.1" type="text/javascript" src="https://servedby.flashtalking.com/imp/2/23301;441743;201;js;HaufeFachmediaNetwork;RotationMotivVertrauenWallpaper728x90u160x600030/?click=https://secserv.adtech.de/adlink|913|3756149|0|168|AdId=8029037;BnId=5;itime=925488010;nodecode=yes;link=&ftx=&fty=1&ftadz=&ftscw=&ft_custom=&cachebuster=834529.8341116555" id="ftscript_160x600" name="ftscript_160x600""></script>

#40 JavaScript::Write (size: 144, repeated: 1)

<script src="https://secure.flashtalking.com/xre/44/441742/393883/js/j-441742-393883.js" id="ftscript_m441742" name="ftscript_m441742"></script>

#41 JavaScript::Write (size: 144, repeated: 1)

<script src="https://secure.flashtalking.com/xre/44/441743/393882/js/j-441743-393882.js" id="ftscript_m441743" name="ftscript_m441743"></script>


HTTP Transactions (119)


Request Response
GET / HTTP/1.1

Host: haufe-rechnungswesen.eu

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
HTTP/1.1 302 Found

Content-Type: text/html; charset=iso-8859-1
Date: Wed, 14 Nov 2012 20:38:03 GMT
Server: Apache
Location: http://www.haufe.de/finance/
Content-Length: 212
Connection: close
GET /finance/ HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
HTTP/1.1 302 Moved Temporarily

Content-Type: text/plain
Date: Wed, 14 Nov 2012 20:38:04 GMT
Server: Apache-Coyote/1.1
Location: https://login.haufe-lexware.com:443/auth/SSORedirect/metaAlias/idp?SAMLRequest=nVRNj9owEL3vr4h8DwlJNoBFkCioKtK2mxLaQ2%2FGmSyWHDv1OED%2FfZ1AKVUXDlzH4zfvY%2Bwpslo2dN7anVrDzxbQet6xlgppf5KR1iiqGQqkitWA1HJazD%2B%2F0GgQ0sZoq7mW5Gm1zAhGk%2BcwGVVxCuloXG7L0YTH2wlP0yiuhsm4SqGMnsdxFBLvOxgUWmXEwRBvhdjCSqFlyrpSOIz84dAfJpsopPGYhskP4i0dNaGY7W%2FtrG2QBoHUb0INdqytwJdwPDADA65rmiRxwJymoChe11AKA9wGNVg2l4JhIMqGeB%2B14dALz0jFJELHI2eIYg8ZsaZ1hfws8INQpVBv993YnpqQftpscj9%2FLTbEmyOC6TgvtMK2BlOA2QsO39Yvf1UcDoeThkEJAWcQsBu3yOxp2sVCe8PMVVD3mV3wyOzWzGlwBXwe09AvDmq1zLUU%2FNcje9GZXDN7v7uriNKv%2BlZqDVMoQFniFXk3%2F2vLpKgEmNuGOZ%2Bl1IeFAWb%2FZDc7KfpXw0XYedeh7BfA2WzhaB8RuNB1w4zAbivhyLh1g3snr4EX0iWwhuqRwO62cco7aFfODeyFbrEA7B7WOc73SFyMedcD51Dw%2F58w%2Bw0%3D&amp;RelayState=s295047f36e678dbd79c3b9c6623f148f6ed258320
Cache-Control: private
Age: 0
Via: 1.1 varnish
Set-Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker; Path=/; HttpOnly
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 20
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
POST / HTTP/1.1

Host: ocsp.thawte.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Content-Length: 115
Content-Type: application/ocsp-request
HTTP/1.0 200 Ok

Content-Type: application/ocsp-response
Last-Modified: Mon, 12 Nov 2012 19:12:51 GMT
Expires: Mon, 19 Nov 2012 19:12:51 GMT
Content-Transfer-Encoding: binary
Content-Length: 1165
Cache-Control: max-age=426887, public, no-transform, must-revalidate
Date: Wed, 14 Nov 2012 20:38:04 GMT
nncoection: close
Connection: Keep-Alive
GET /auth/SSORedirect/metaAlias/idp?SAMLRequest=nVRNj9owEL3vr4h8DwlJNoBFkCioKtK2mxLaQ2%2FGmSyWHDv1OED%2FfZ1AKVUXDlzH4zfvY%2Bwpslo2dN7anVrDzxbQet6xlgppf5KR1iiqGQqkitWA1HJazD%2B%2F0GgQ0sZoq7mW5Gm1zAhGk%2BcwGVVxCuloXG7L0YTH2wlP0yiuhsm4SqGMnsdxFBLvOxgUWmXEwRBvhdjCSqFlyrpSOIz84dAfJpsopPGYhskP4i0dNaGY7W%2FtrG2QBoHUb0INdqytwJdwPDADA65rmiRxwJymoChe11AKA9wGNVg2l4JhIMqGeB%2B14dALz0jFJELHI2eIYg8ZsaZ1hfws8INQpVBv993YnpqQftpscj9%2FLTbEmyOC6TgvtMK2BlOA2QsO39Yvf1UcDoeThkEJAWcQsBu3yOxp2sVCe8PMVVD3mV3wyOzWzGlwBXwe09AvDmq1zLUU%2FNcje9GZXDN7v7uriNKv%2BlZqDVMoQFniFXk3%2F2vLpKgEmNuGOZ%2Bl1IeFAWb%2FZDc7KfpXw0XYedeh7BfA2WzhaB8RuNB1w4zAbivhyLh1g3snr4EX0iWwhuqRwO62cco7aFfODeyFbrEA7B7WOc73SFyMedcD51Dw%2F58w%2Bw0%3D&RelayState=s295047f36e678dbd79c3b9c6623f148f6ed258320 HTTP/1.1

Host: login.haufe-lexware.com
GET /auth/SSORedirect/metaAlias/idp?SAMLRequest=nVRNj9owEL3vr4h8DwlJNoBFkCioKtK2mxLaQ2%2FGmSyWHDv1OED%2FfZ1AKVUXDlzH4zfvY%2Bwpslo2dN7anVrDzxbQet6xlgppf5KR1iiqGQqkitWA1HJazD%2B%2F0GgQ0sZoq7mW5Gm1zAhGk%2BcwGVVxCuloXG7L0YTH2wlP0yiuhsm4SqGMnsdxFBLvOxgUWmXEwRBvhdjCSqFlyrpSOIz84dAfJpsopPGYhskP4i0dNaGY7W%2FtrG2QBoHUb0INdqytwJdwPDADA65rmiRxwJymoChe11AKA9wGNVg2l4JhIMqGeB%2B14dALz0jFJELHI2eIYg8ZsaZ1hfws8INQpVBv993YnpqQftpscj9%2FLTbEmyOC6TgvtMK2BlOA2QsO39Yvf1UcDoeThkEJAWcQsBu3yOxp2sVCe8PMVVD3mV3wyOzWzGlwBXwe09AvDmq1zLUU%2FNcje9GZXDN7v7uriNKv%2BlZqDVMoQFniFXk3%2F2vLpKgEmNuGOZ%2Bl1IeFAWb%2FZDc7KfpXw0XYedeh7BfA2WzhaB8RuNB1w4zAbivhyLh1g3snr4EX0iWwhuqRwO62cco7aFfODeyFbrEA7B7WOc73SFyMedcD51Dw%2F58w%2Bw0%3D&amp;RelayState=s295047f36e678dbd79c3b9c6623f148f6ed258320 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
HTTP/1.1 200 OK

Content-Type: text/html
Server: Apache-Coyote/1.1
Set-Cookie: JSESSIONID=0FEFA3D9BF81353FB32C0956B930F66E; Path=/auth amlbcookie=01; Path=/ BIGipServerPOOL-atlantik-SSO-ServerGroup-1=2787027136.20480.0000; path=/
Pragma: no-cache
Cache-Control: no-cache,no-store
Content-Length: 1467
Date: Wed, 14 Nov 2012 20:38:04 GMT
GET /favicon.ico HTTP/1.1

Host: login.haufe-lexware.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Cookie: amlbcookie=01; BIGipServerPOOL-atlantik-SSO-ServerGroup-1=2787027136.20480.0000
HTTP/1.1 200 OK

HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
Accept-Ranges: bytes
Etag: W/&quot;1150-1342533973000&quot;
Last-Modified: Tue, 17 Jul 2012 14:06:13 GMT
Content-Length: 1150
Date: Wed, 14 Nov 2012 20:38:04 GMT
POST / HTTP/1.1

Host: ocsp.thawte.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Content-Length: 115
Content-Type: application/ocsp-request
HTTP/1.0 200 Ok

Content-Type: application/ocsp-response
Last-Modified: Wed, 14 Nov 2012 00:28:20 GMT
Expires: Wed, 21 Nov 2012 00:28:20 GMT
Content-Transfer-Encoding: binary
Content-Length: 1165
Cache-Control: max-age=532215, public, no-transform, must-revalidate
Date: Wed, 14 Nov 2012 20:38:05 GMT
nncoection: close
Connection: Keep-Alive
GET /finance/?checkPermLogin=true HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 302 Moved Temporarily

Content-Type: text/plain
Date: Wed, 14 Nov 2012 20:38:05 GMT
Server: Apache-Coyote/1.1
Location: https://login.haufe-lexware.com:443/auth/UI/Login?service=hmgPermanentLogin&amp;goto=https://www.haufe.de:443/finance/?ssoCheck%3Dtrue&amp;gotoOnFail=http://www.haufe.de:80/finance/
Age: 0
Via: 1.1 varnish
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 20
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /auth/UI/Login?service=hmgPermanentLogin&goto=https://www.haufe.de:443/finance/?ssoCheck%3Dtrue&gotoOnFail=http://www.haufe.de:80/finance/ HTTP/1.1

Host: login.haufe-lexware.com
GET /auth/UI/Login?service=hmgPermanentLogin&amp;goto=https://www.haufe.de:443/finance/?ssoCheck%3Dtrue&amp;gotoOnFail=http://www.haufe.de:80/finance/ HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Cookie: JSESSIONID=0FEFA3D9BF81353FB32C0956B930F66E; amlbcookie=01; BIGipServerPOOL-atlantik-SSO-ServerGroup-1=2787027136.20480.0000
HTTP/1.1 302 Moved Temporarily

HTTP/1.1 302 Moved Temporarily
Server: Apache-Coyote/1.1
Cache-Control: private
Pragma: no-cache
Expires: 0
X-DSAMEVersion: 9.5.4 Build 1516 (2011-December-07 09:55)
AM_CLIENT_TYPE: genericHTML
Set-Cookie: AMAuthCookie=AQIC5wM2LY4SfcxiQo3hXdg0LtMwuHRIKiU7I0UmHb3glNQ.*AAJTSQACMDMAAlNLAAoxMDgzMzM3NjEwAAJTMQACMDE.*; Path=/ amlbcookie=01; Path=/ AMAuthCookie=LOGOUT; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/
X-AuthErrorCode: -1
Location: http://www.haufe.de:80/finance/
Content-Length: 0
Date: Wed, 14 Nov 2012 20:38:04 GMT
GET /finance/ HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: text/html;charset=UTF-8
Date: Wed, 14 Nov 2012 20:38:05 GMT
Server: Apache-Coyote/1.1
Cache-Control: no-cache, no-store, must-revalidate
Content-Language: de
Via: 1.1 varnish
Age: 0
Expires: -1
Pragma: no-cache
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 16228
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /statics/1.00.00.0080/images/favicon.ico HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: image/x-icon
Date: Wed, 14 Nov 2012 20:38:05 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;1367-1351864246000&quot;
Last-Modified: Fri, 02 Nov 2012 13:50:46 GMT
Cache-Control: public, max-age=62400
Via: 1.1 varnish
Age: 0
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 522
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /statics/1.00.00.0080/js/src/initial.js HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 14 Nov 2012 20:38:05 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;2966-1351862938000&quot;
Last-Modified: Fri, 02 Nov 2012 13:28:58 GMT
Cache-Control: public, max-age=62400
Via: 1.1 varnish
Age: 0
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 1284
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
POST / HTTP/1.1

Host: ocsp.digicert.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Content-Length: 115
Content-Type: application/ocsp-request
HTTP/1.1 200 OK

Content-Type: application/ocsp-response
Server: nginx
Date: Wed, 14 Nov 2012 20:38:05 GMT
Content-Length: 471
Connection: keep-alive
Last-Modified: Wed, 14 Nov 2012 19:28:09 GMT
Etag: &quot;50a3f0c9-1d7&quot;
Expires: Tue, 20 Nov 2012 19:28:09 GMT
Cache-Control: max-age=514405
Accept-Ranges: bytes
POST / HTTP/1.1

Host: ocsp.digicert.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Content-Length: 115
Content-Type: application/ocsp-request
HTTP/1.1 200 OK

Content-Type: application/ocsp-response
Server: nginx
Date: Wed, 14 Nov 2012 20:38:05 GMT
Content-Length: 471
Connection: close
Last-Modified: Wed, 14 Nov 2012 19:36:13 GMT
Etag: &quot;50a3f2ad-1d7&quot;
Expires: Tue, 20 Nov 2012 19:36:13 GMT
Cache-Control: max-age=514896
Accept-Ranges: bytes
GET /statics/1.00.00.0080/css/core/styles.css HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: text/css
Date: Wed, 14 Nov 2012 20:38:05 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;112769-1351862938000&quot;
Last-Modified: Fri, 02 Nov 2012 13:28:58 GMT
Cache-Control: public, max-age=62400
Content-Length: 112769
Via: 1.1 varnish
Age: 0
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /rkn4bnh.js HTTP/1.1

Host: use.typekit.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
HTTP/1.1 200 OK

Content-Type: text/javascript;charset=utf-8
Content-Encoding: gzip
Accept-Ranges: bytes
Cache-Control: public, max-age=600
Date: Wed, 14 Nov 2012 20:38:05 GMT
Last-Modified: Wed, 14 Nov 2012 20:36:33 GMT
Server: ECS (arn/46F0)
Status: 200 OK
Vary: Accept-Encoding
X-Cache: HIT
Content-Length: 8879
GET /statics/1.00.00.0080/images/logo-print.gif HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Wed, 14 Nov 2012 20:38:05 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;398-1351862234000&quot;
Last-Modified: Fri, 02 Nov 2012 13:17:14 GMT
Cache-Control: public, max-age=62400
Content-Length: 398
Via: 1.1 varnish
Age: 0
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /p.gif?s=1&k=rkn4bnh&ht=tk&h=www.haufe.de&f=5383.5384&a=166173&_=1352925485887 HTTP/1.1

Host: p.typekit.net
GET /p.gif?s=1&amp;k=rkn4bnh&amp;ht=tk&amp;h=www.haufe.de&amp;f=5383.5384&amp;a=166173&amp;_=1352925485887 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
HTTP/1.1 200 OK

Content-Type: image/gif
Accept-Ranges: bytes
Cache-Control: max-age=604800
Date: Wed, 14 Nov 2012 20:38:05 GMT
Expires: Wed, 21 Nov 2012 20:38:05 GMT
Last-Modified: Tue, 31 Jul 2012 23:02:41 GMT
Server: ECS (arn/46E4)
X-Cache: HIT
Content-Length: 35
GET /image/http-auf-dunklem-bildschirm-98834-medium-1.jpg HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Wed, 14 Nov 2012 20:38:05 GMT
Server: Apache-Coyote/1.1
Last-Modified: Mon, 30 Apr 2012 16:43:26 GMT
Cache-Control: no-cache, no-store, must-revalidate
Content-Language: de
Content-Length: 2638
Via: 1.1 varnish
Age: 0
Expires: -1
Pragma: no-cache
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /image/3-business-leute-begruessen-sich-119570-medium-1.jpg HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Wed, 14 Nov 2012 20:38:05 GMT
Server: Apache-Coyote/1.1
Last-Modified: Tue, 05 Jun 2012 08:51:32 GMT
Cache-Control: no-cache, no-store, must-revalidate
Content-Language: de
Content-Length: 2396
Via: 1.1 varnish
Age: 0
Expires: -1
Pragma: no-cache
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /k/rkn4bnh-d.css?3bb2a6e53c9684ffdc9a98f61d5b2a62bd59f5a383719fc7e105e64c41e9de0fde0cb38f97a05f3cfc7effa490e43123a0bf7105ffd4e0d4f4cc29ca98bc49bffc861f2387e1a4c52250b4f300e9f7db9516279a35f45ccec062e0a712d2f60dc0f35fab3da793abce282f0bed377306b51fc6e193b0b6aa691e09596cf80100d4b105cfd0f73711f8ac9b461880cbf8db7df4895848fa8c7a588fc82b1e9a8ac2331445f390629b299e6d5b5b6e7f0a1309354d4c5bd38d7fffdf8dcd8d22529197f8323e7df6429217c688684cbc HTTP/1.1

Host: use.typekit.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
HTTP/1.1 200 OK

Content-Type: text/css;charset=utf-8
Content-Encoding: gzip
Accept-Ranges: bytes
Cache-Control: public, max-age=604800
Date: Wed, 14 Nov 2012 20:38:05 GMT
Last-Modified: Fri, 09 Nov 2012 07:47:44 GMT
Server: ECS (arn/46E4)
Status: 200 OK
Vary: Accept-Encoding
X-Cache: HIT
Content-Length: 37328
GET /image/paris-champs-elyssee-von-oben-abends-132088-large-1.jpg HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Wed, 14 Nov 2012 20:38:05 GMT
Server: Apache-Coyote/1.1
Last-Modified: Fri, 17 Aug 2012 09:55:32 GMT
Cache-Control: no-cache, no-store, must-revalidate
Content-Language: de
Content-Length: 17178
Via: 1.1 varnish
Age: 0
Expires: -1
Pragma: no-cache
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /image/wohnkostenanalyse-des-ivd-platz-3-frankfurt-am-main-129068-medium-2.jpg HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Wed, 14 Nov 2012 20:38:06 GMT
Server: Apache-Coyote/1.1
Last-Modified: Fri, 10 Aug 2012 10:56:54 GMT
Cache-Control: no-cache, no-store, must-revalidate
Content-Language: de
Content-Length: 2353
Via: 1.1 varnish
Age: 0
Expires: -1
Pragma: no-cache
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
POST / HTTP/1.1

Host: ocsp.thawte.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Content-Length: 115
Content-Type: application/ocsp-request
HTTP/1.0 200 Ok

Content-Type: application/ocsp-response
Last-Modified: Tue, 13 Nov 2012 09:28:08 GMT
Expires: Tue, 20 Nov 2012 09:28:08 GMT
Content-Transfer-Encoding: binary
Content-Length: 1165
Cache-Control: max-age=478202, public, no-transform, must-revalidate
Date: Wed, 14 Nov 2012 20:38:06 GMT
nncoection: close
Connection: Keep-Alive
GET /addyn|3.0|913.1|1915950|0|-1|size=728x90;ADTECH;loc=100;alias=haufe.de/finance_bigsize;kvschlagwort=;kvinteresse=;kvthema=Finance;kvdokumententyp=;target=_blank;grp=145;misc=1352925485891 HTTP/1.1

Host: secserv.adtech.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
HTTP/1.0 302 Moved Temporarily

HTTP/1.0 302 Moved Temporarily
Connection: keep-alive
P3P: CP=&quot;NOI DSP DEVa OUR BUS UNI COM NAV INT&quot;
Cache-Control: no-cache
Location: https://secserv.adtech.de/addyn|3.0|913.1|1915950|0|-1|size=728x90;cfp=1;rndc=1352925486;ADTECH;loc=100;alias=haufe.de/finance_bigsize;kvschlagwort=;kvinteresse=;kvthema=Finance;kvdokumententyp=;target=_blank;grp=145;misc=1352925485891
Content-Length: 0
Set-Cookie: CfP=1;domain=adtech.de;path=/
GET /addyn|3.0|913.1|1915950|0|-1|size=728x90;cfp=1;rndc=1352925486;ADTECH;loc=100;alias=haufe.de/finance_bigsize;kvschlagwort=;kvinteresse=;kvthema=Finance;kvdokumententyp=;target=_blank;grp=145;misc=1352925485891 HTTP/1.1

Host: secserv.adtech.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: CfP=1
HTTP/1.0 200 OK

Content-Type: application/x-javascript
Connection: keep-alive
Content-Encoding: gzip
P3P: CP=&quot;NOI DSP DEVa OUR BUS UNI COM NAV INT&quot;, CP=&quot;NOI DSP DEVa OUR BUS UNI COM NAV INT&quot;
Server: Adtech Adserver
Cache-Control: no-cache
Content-Length: 2253
Set-Cookie: BsC=8029037=1352929086,;path=/ JEB2=50A3F8666E651A59CA630343F010C5E4;expires=Fri, 14 Nov 2014 20:38:6 GMT;domain=adtech.de;path=/
POST / HTTP/1.1

Host: ocsp.comodoca.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Content-Length: 115
Content-Type: application/ocsp-request
HTTP/1.1 200 OK

Content-Type: application/ocsp-response
Date: Wed, 14 Nov 2012 20:38:06 GMT
Server: Apache
Last-Modified: Wed, 14 Nov 2012 09:02:48 GMT
Expires: Sun, 18 Nov 2012 09:02:48 GMT
Etag: B17ADA409EB8C9A5B3E6D8D71D81970456E95DF8
Cache-Control: max-age=303281,public,no-transform,must-revalidate
X-OCSP-Reponder-ID: h6edcaocsp4
Content-Length: 471
Connection: close
POST / HTTP/1.1

Host: ocsp.usertrust.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Content-Length: 115
Content-Type: application/ocsp-request
HTTP/1.1 200 OK

Content-Type: application/ocsp-response
Date: Wed, 14 Nov 2012 20:38:06 GMT
Server: Apache
Last-Modified: Wed, 14 Nov 2012 14:52:47 GMT
Expires: Sun, 18 Nov 2012 14:52:47 GMT
Etag: 0EAC3E74A3F9F8CC133B09717A4A86444A7EDBF9
Cache-Control: max-age=324280,public,no-transform,must-revalidate
X-OCSP-Reponder-ID: h6edcaocsp6
Content-Length: 471
Connection: close
GET /media/advisibility/AdtechAdVisibility_v_1_1.js HTTP/1.1

Host: aka-cdn.adtech.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: CfP=1; JEB2=50A3F8666E651A59CA630343F010C5E4
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: Apache
Last-Modified: Wed, 10 Oct 2012 09:50:15 GMT
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Length: 5257
Cache-Control: max-age=28800
Expires: Thu, 15 Nov 2012 04:38:06 GMT
Date: Wed, 14 Nov 2012 20:38:06 GMT
Connection: keep-alive
GET /imp/2/23301;441744;201;pixel;HaufeFachmediaNetwork;TrackingfuerHintergrundEF030/?cachebuster=925485868 HTTP/1.1

Host: servedby.flashtalking.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Wed, 14 Nov 2012 20:38:06 GMT
Server: Jetty(6.1.22)
Set-Cookie: flashtalkingad1=&quot;GUID=17793B33ECDE22&quot;;Path=/;Domain=flashtalking.com;Expires=Fri, 14-Nov-14 20:38:06 GMT
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;CURa ADMa DEVa PSAo PSDo OUR BUS UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR&quot;
Cache-Control: no-cache, no-store
X-Powered-By: Mirror Image Internet Inc.
Pragma: no-cache
Content-Length: 42
Via: 1.1 lhr061008 (MII-APC/2.2)
Keep-Alive: timeout=2
Connection: Keep-Alive
GET /imp/2/23301;441742;201;js;HaufeFachmediaNetwork;RotationMotivVertrauenWallpaper728x90u160x600030/?click=https://secserv.adtech.de/adlink|913|3756140|0|225|AdId=8029037;BnId=4;itime=925485868;nodecode=yes;link=&ftx=312&fty=1&ftadz=&ftscw=&ft_custom=&cachebuster=764332.4084503975 HTTP/1.1

Host: servedby.flashtalking.com
GET /imp/2/23301;441742;201;js;HaufeFachmediaNetwork;RotationMotivVertrauenWallpaper728x90u160x600030/?click=https://secserv.adtech.de/adlink|913|3756140|0|225|AdId=8029037;BnId=4;itime=925485868;nodecode=yes;link=&amp;ftx=312&amp;fty=1&amp;ftadz=&amp;ftscw=&amp;ft_custom=&amp;cachebuster=764332.4084503975 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
HTTP/1.1 200 OK

Content-Type: text/javascript
Date: Wed, 14 Nov 2012 20:38:06 GMT
Server: Jetty(6.1.22)
Set-Cookie: flashtalkingad1=&quot;GUID=17795B97588203&quot;;Path=/;Domain=flashtalking.com;Expires=Fri, 14-Nov-14 20:38:06 GMT
Content-Length: 711
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;CURa ADMa DEVa PSAo PSDo OUR BUS UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR&quot;
Cache-Control: no-cache, no-store
Pragma: no-cache
Via: 1.1 lhr032172010000 (MII-APC/2.2)
Keep-Alive: timeout=2
Connection: Keep-Alive
GET /custrmevent/3.0/913.1/3756140/0/225/AdId=8029037;CreativeId=0;BnId=4;EventIds=996;EventVals=1 HTTP/1.1

Host: secserv.adtech.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: CfP=1; BsC=8029037=1352929086,; JEB2=50A3F8666E651A59CA630343F010C5E4
HTTP/1.0 200 OK

HTTP/1.0 200 OK
Connection: keep-alive
Cache-Control: no-cache
Content-Length: 0
GET /xre/44/441742/393883/js/j-441742-393883.js HTTP/1.1

Host: secure.flashtalking.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: flashtalkingad1=&quot;GUID=17795B97588203&quot;
HTTP/1.1 200 OK

Content-Type: text/javascript
Date: Wed, 14 Nov 2012 19:39:27 GMT
Server: AmazonS3
Content-Encoding: gzip
x-amz-id-2: yVqCKqtyAgwwGqvOID+HCIbbKj76U3Ww9/Ko8EFBCRUpNHmbnorL/hzuoOO0ZpS0
x-amz-request-id: C2BCB69D49AE59FA
Last-Modified: Fri, 26 Oct 2012 15:57:14 GMT
Etag: &quot;5aff5bf6ae75e7ea466e6821a8d0d858&quot;
Age: 3521
Via: 1.1 lhr105013 (MII-APC/2.1), 1.1 lhr105012 (MII-APC/2.1), 1.1 lhr105011 (MII-APC/2.1), 1.1 lhr070183010000 (MII-APC/2.1)
Expires: Wed, 14 Nov 2012 20:39:26 GMT
Cache-Control: max-age=3600
X-Pb-Mii: Powered by Mirror Image Internet.
x-mii-cache-hit: 1
Content-Length: 4729
Keep-Alive: timeout=10
Connection: Keep-Alive
GET /statics/1.00.00.0080/css/images/bg-header.png HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/statics/1.00.00.0080/css/core/styles.css
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: image/png
Date: Wed, 14 Nov 2012 20:38:07 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;725-1351862234000&quot;
Last-Modified: Fri, 02 Nov 2012 13:17:14 GMT
Cache-Control: public, max-age=62400
Content-Length: 725
Via: 1.1 varnish
Age: 0
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /statics/1.00.00.0080/css/images/bg-searchbox.png HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/statics/1.00.00.0080/css/core/styles.css
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: image/png
Date: Wed, 14 Nov 2012 20:38:07 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;7182-1351862234000&quot;
Last-Modified: Fri, 02 Nov 2012 13:17:14 GMT
Cache-Control: public, max-age=62400
Content-Length: 7182
Via: 1.1 varnish
Age: 0
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /statics/1.00.00.0080/css/images/icn-search.gif HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/statics/1.00.00.0080/css/core/styles.css
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Wed, 14 Nov 2012 20:38:07 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;185-1351862234000&quot;
Last-Modified: Fri, 02 Nov 2012 13:17:14 GMT
Cache-Control: public, max-age=62400
Content-Length: 185
Via: 1.1 varnish
Age: 0
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /addyn|3.0|913.1|1915950|0|-1|size=300x250;ADTECH;loc=100;alias=haufe.de/finance_wide-cad1;kvschlagwort=;kvinteresse=;kvthema=Finance;kvdokumententyp=;target=_blank;grp=145;misc=1352925487508 HTTP/1.1

Host: secserv.adtech.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: CfP=1; BsC=8029037=1352929086,; JEB2=50A3F8666E651A59CA630343F010C5E4
HTTP/1.0 200 OK

Content-Type: application/x-javascript
Connection: keep-alive
Content-Encoding: gzip
Server: Adtech Adserver
Cache-Control: no-cache
Content-Length: 524
GET /statics/1.00.00.0080/css/images/bg-nav.png HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/statics/1.00.00.0080/css/core/styles.css
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: image/png
Date: Wed, 14 Nov 2012 20:38:07 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;752-1351862234000&quot;
Last-Modified: Fri, 02 Nov 2012 13:17:14 GMT
Cache-Control: public, max-age=62400
Content-Length: 752
Via: 1.1 varnish
Age: 0
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /statics/1.00.00.0080/css/images/sprite-icn.png HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/statics/1.00.00.0080/css/core/styles.css
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: image/png
Date: Wed, 14 Nov 2012 20:38:07 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;28508-1351862234000&quot;
Last-Modified: Fri, 02 Nov 2012 13:17:14 GMT
Cache-Control: public, max-age=62400
Content-Length: 28508
Via: 1.1 varnish
Age: 0
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /statics/1.00.00.0080/css/images/divider-horizontal.png HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/statics/1.00.00.0080/css/core/styles.css
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: image/png
Date: Wed, 14 Nov 2012 20:38:07 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;2904-1351862234000&quot;
Last-Modified: Fri, 02 Nov 2012 13:17:14 GMT
Cache-Control: public, max-age=62400
Content-Length: 2904
Via: 1.1 varnish
Age: 0
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /apps/274/Ad8268562St3Sz170Sq103290207V0Id1/anzeigeweiss.jpg HTTP/1.1

Host: aka-cdn.adtech.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: CfP=1; JEB2=50A3F8666E651A59CA630343F010C5E4
HTTP/1.1 200 OK

Content-Type: image/jpeg
Server: Apache
Last-Modified: Sun, 28 Oct 2012 21:54:53 GMT
Content-Length: 8055
Cache-Control: max-age=281829
Expires: Sun, 18 Nov 2012 02:55:16 GMT
Date: Wed, 14 Nov 2012 20:38:07 GMT
Connection: keep-alive
GET /xre/44/441742/393883/swf/4_C2_DAT_2_046_Image_728x90_Vertrauen.swf HTTP/1.1

Host: cdn.flashtalking.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: flashtalkingad1=&quot;GUID=17795B97588203&quot;
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
x-amz-id-2: ILMeZNaZ4M1JQGc6v8E2CL9MYFMaQsmsIkqn4JiVTzYT9nBdGNTALuYeyQ/uIJjI
x-amz-request-id: 87F75D6678DC50D3
Last-Modified: Mon, 22 Oct 2012 10:40:14 GMT
Etag: &quot;5cc4199a9554dab3ed5b8abe365aa504&quot;
Content-Length: 31696
Server: AmazonS3
Date: Wed, 14 Nov 2012 20:38:07 GMT
Connection: keep-alive
GET /statics/1.00.00.0080/css/images/bg-nav-active.gif HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/statics/1.00.00.0080/css/core/styles.css
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Wed, 14 Nov 2012 20:38:07 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;499-1351862234000&quot;
Last-Modified: Fri, 02 Nov 2012 13:17:14 GMT
Cache-Control: public, max-age=62400
Content-Length: 499
Via: 1.1 varnish
Age: 0
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
GET /custrmevent/3.0/913.1/3756140/0/225/AdId=8029037;CreativeId=0;BnId=4;EventIds=997;EventVals=1 HTTP/1.1

Host: secserv.adtech.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: CfP=1; BsC=8029037=1352929086,; JEB2=50A3F8666E651A59CA630343F010C5E4
HTTP/1.0 200 OK

HTTP/1.0 200 OK
Connection: keep-alive
Cache-Control: no-cache
Content-Length: 0
GET /adj/N992.Haufe-Channel.omd/B7097531;sz=300x250;click=https%3A//secserv.adtech.de/adlink%7C913%7C3756186%7C0%7C170%7CAdId%3D8268562%3BBnId%3D1%3Bitime%3D925487520%3Blink%3D;ord=925487520? HTTP/1.1

Host: ad-emea.doubleclick.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 200 OK

Content-Type: application/x-javascript
Server: DCLK-AdSvr
Content-Length: 2278
Content-Encoding: gzip
Date: Wed, 14 Nov 2012 20:38:08 GMT
GET /banner?sid=358181&kid=368286&bid=1347715&wpt=C&ts=?721556810 HTTP/1.1

Host: ad3.adfarm1.adition.com
GET /banner?sid=358181&amp;kid=368286&amp;bid=1347715&amp;wpt=C&amp;ts=?721556810 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
HTTP/1.1 302 Found

Content-Type: text/plain
Server: nginx/1.0.2
Date: Wed, 14 Nov 2012 20:38:08 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Location: https://ad3.adfarm1.adition.com:443/banner?co=1&amp;bid=1347715&amp;kid=368286&amp;sid=358181&amp;ts=%3F721556810&amp;wpt=C&amp;clickurl=
P3P: policyref=&quot;http://imagesrv.adition.com/w3c/p3p.xml&quot;,CP=&quot;NON DSP ADM DEV PSD IVDo OTPi OUR IND STP PHY PRE NAV UNI&quot;
Set-Cookie: UserID1=5810770724886544704; expires=Mon, 13-May-2013 22:38:07 GMT; path=/; domain=.adfarm1.adition.com
GET /get/flashplayer/update/current/xml/version_en_win_pl.xml HTTP/1.1

Host: fpdownload2.macromedia.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
HTTP/1.1 200 OK

Content-Type: text/xml
Server: Apache
Last-Modified: Wed, 31 Oct 2012 21:22:10 GMT
Etag: &quot;87de33-256-4cd617ed12480&quot;
Accept-Ranges: bytes
Content-Length: 598
Date: Wed, 14 Nov 2012 20:38:08 GMT
Connection: keep-alive
GET /reportV3/ft.stat?5907568-0-1-0-17795B97588203-1879187670 HTTP/1.1

Host: stat.flashtalking.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Cookie: flashtalkingad1=&quot;GUID=17795B97588203&quot;
HTTP/1.1 200 OK

Content-Type: text/plain
Server: Apache
Etag: &quot;c4ca4238a0b923820dcc509a6f75849b:1340894289&quot;
Last-Modified: Thu, 28 Jun 2012 14:38:09 GMT
Accept-Ranges: bytes
Content-Length: 1
Expires: Wed, 14 Nov 2012 20:38:08 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Wed, 14 Nov 2012 20:38:08 GMT
Connection: keep-alive
GET /banner?co=1&bid=1347715&kid=368286&sid=358181&ts=%3F721556810&wpt=C&clickurl= HTTP/1.1

Host: ad3.adfarm1.adition.com
GET /banner?co=1&amp;bid=1347715&amp;kid=368286&amp;sid=358181&amp;ts=%3F721556810&amp;wpt=C&amp;clickurl= HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: UserID1=5810770724886544704
HTTP/1.1 302 Found

Content-Type: text/plain
Server: nginx/1.0.2
Date: Wed, 14 Nov 2012 20:38:09 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Cache-Control: no-cache
Etag: 5810770724897096000
Expires: Sat, 01 Jan 2000 00:00:00 GMT
Location: https://imagesrv.adition.com/1x1.gif
P3P: policyref=&quot;http://imagesrv.adition.com/w3c/p3p.xml&quot;,CP=&quot;NON DSP ADM DEV PSD IVDo OTPi OUR IND STP PHY PRE NAV UNI&quot;
Pragma: no-cache
Set-Cookie: UserID1=5810770724886544704; expires=Mon, 13-May-2013 22:38:07 GMT; path=/; domain=.adfarm1.adition.com cc=; expires=Sat, 01-Jan-2000 00:00:00 GMT; path=/ fc4=10140; expires=Mon, 13-May-2013 22:38:07 GMT; path=/
GET /879366/flashwrite_1_2.js HTTP/1.1

Host: static.doubleclick.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 200 OK

Content-Type: text/javascript
Vary: Accept-Encoding
Last-Modified: Tue, 08 May 2012 20:09:07 GMT
Date: Wed, 14 Nov 2012 16:34:14 GMT
Expires: Thu, 15 Nov 2012 16:34:14 GMT
X-Content-Type-Options: nosniff
Content-Encoding: gzip
Server: sffe
Content-Length: 321
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=86400
Age: 14634
GET /addyn|3.0|913.1|1915950|0|-1|size=300x250;ADTECH;loc=100;alias=haufe.de/finance_cad1;kvschlagwort=;kvinteresse=;kvthema=Finance;kvdokumententyp=;target=_blank;grp=145;misc=1352925488791 HTTP/1.1

Host: secserv.adtech.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: CfP=1; BsC=8029037=1352929086,; JEB2=50A3F8666E651A59CA630343F010C5E4
HTTP/1.0 200 OK

Content-Type: application/x-javascript
Connection: keep-alive
Content-Encoding: gzip
Server: Adtech Adserver
Cache-Control: no-cache
Content-Length: 629
GET /1910477/DSD_MehrWert_Banner_BDE-Zertifikat.swf HTTP/1.1

Host: static.doubleclick.net

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: id=223ae1776901005b||t=1350343758|et=730|cs=002213fd480aa30e9cef2f5d42
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
Last-Modified: Wed, 24 Oct 2012 10:34:34 GMT
Date: Wed, 14 Nov 2012 18:47:03 GMT
Expires: Thu, 15 Nov 2012 18:47:03 GMT
X-Content-Type-Options: nosniff
Server: sffe
Content-Length: 36055
X-XSS-Protection: 1; mode=block
Cache-Control: public, max-age=86400
Age: 6665
GET /image/tastatur-mit-at-zeichen-92644-medium-1.jpg HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Wed, 14 Nov 2012 20:38:08 GMT
Server: Apache-Coyote/1.1
Last-Modified: Wed, 25 Apr 2012 14:45:23 GMT
Cache-Control: no-cache, no-store, must-revalidate
Content-Language: de
Content-Length: 2243
Via: 1.1 varnish
Age: 0
Expires: -1
Pragma: no-cache
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /addyn|3.0|913.1|1915950|0|-1|size=300x250;ADTECH;loc=100;alias=haufe.de/finance_cad2;kvschlagwort=;kvinteresse=;kvthema=Finance;kvdokumententyp=;target=_blank;grp=145;misc=1352925488861 HTTP/1.1

Host: secserv.adtech.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: CfP=1; BsC=8029037=1352929086,; JEB2=50A3F8666E651A59CA630343F010C5E4
HTTP/1.0 200 OK

Content-Type: application/x-javascript
Connection: keep-alive
Content-Encoding: gzip
Server: Adtech Adserver
Cache-Control: no-cache
Content-Length: 834
GET /apps/202/Ad7749322St3Sz170Sq102645305V1Id3/ein-pixel.gif HTTP/1.1

Host: aka-cdn.adtech.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: CfP=1; JEB2=50A3F8666E651A59CA630343F010C5E4
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache
Last-Modified: Tue, 03 Jul 2012 08:29:06 GMT
Content-Length: 43
Cache-Control: max-age=490299
Expires: Tue, 20 Nov 2012 12:49:47 GMT
Date: Wed, 14 Nov 2012 20:38:08 GMT
Connection: keep-alive
X-N: S
GET /addyn|3.0|913.1|1915950|0|-1|size=300x250;ADTECH;loc=100;alias=haufe.de/finance_wide-cad2;kvschlagwort=;kvinteresse=;kvthema=Finance;kvdokumententyp=;target=_blank;grp=145;misc=1352925488972 HTTP/1.1

Host: secserv.adtech.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: CfP=1; BsC=8029037=1352929086,; JEB2=50A3F8666E651A59CA630343F010C5E4
HTTP/1.0 200 OK

Content-Type: application/x-javascript
Connection: keep-alive
Content-Encoding: gzip
Server: Adtech Adserver
Cache-Control: no-cache
Content-Length: 833
GET /1x1.gif HTTP/1.1

Host: imagesrv.adition.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
HTTP/1.1 200 OK

Content-Type: image/gif
Accept-Ranges: bytes
Etag: &quot;4251594658&quot;
Last-Modified: Fri, 24 Jul 2009 13:46:10 GMT
Content-Length: 68
Date: Wed, 14 Nov 2012 20:38:09 GMT
Server: lighttpd/1.4.19
GET /statics/1.00.00.0080/images/newsletter_50.png HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: image/png
Date: Wed, 14 Nov 2012 20:38:09 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;2461-1351862234000&quot;
Last-Modified: Fri, 02 Nov 2012 13:17:14 GMT
Cache-Control: public, max-age=62400
Content-Length: 2461
Via: 1.1 varnish
Age: 0
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /addyn|3.0|913.1|1915950|0|-1|size=300x250;ADTECH;loc=100;alias=haufe.de/finance_cad3;kvschlagwort=;kvinteresse=;kvthema=Finance;kvdokumententyp=;target=_blank;grp=145;misc=1352925489040 HTTP/1.1

Host: secserv.adtech.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: CfP=1; BsC=8029037=1352929086,; JEB2=50A3F8666E651A59CA630343F010C5E4
HTTP/1.0 200 OK

Content-Type: application/x-javascript
Connection: keep-alive
Content-Encoding: gzip
Server: Adtech Adserver
Cache-Control: no-cache
Content-Length: 834
GET /image/bilanz-buchhaltung-106604-small-1.jpg HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: image/jpeg
Date: Wed, 14 Nov 2012 20:38:09 GMT
Server: Apache-Coyote/1.1
Last-Modified: Thu, 03 May 2012 11:51:12 GMT
Cache-Control: no-cache, no-store, must-revalidate
Content-Language: de
Content-Length: 1344
Via: 1.1 varnish
Age: 0
Expires: -1
Pragma: no-cache
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /image/haufe-produktfinder-120344-small-3.png HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: image/png
Date: Wed, 14 Nov 2012 20:38:09 GMT
Server: Apache-Coyote/1.1
Last-Modified: Tue, 12 Jun 2012 06:59:44 GMT
Cache-Control: no-cache, no-store, must-revalidate
Content-Language: de
Content-Length: 5772
Via: 1.1 varnish
Age: 0
Expires: -1
Pragma: no-cache
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /addyn|3.0|913.1|1915950|0|-1|size=300x250;ADTECH;loc=100;alias=haufe.de/finance_cad4;kvschlagwort=;kvinteresse=;kvthema=Finance;kvdokumententyp=;target=_blank;grp=145;misc=1352925489120 HTTP/1.1

Host: secserv.adtech.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: CfP=1; BsC=8029037=1352929086,; JEB2=50A3F8666E651A59CA630343F010C5E4
HTTP/1.0 200 OK

Content-Type: application/x-javascript
Connection: keep-alive
Content-Encoding: gzip
Server: Adtech Adserver
Cache-Control: no-cache
Content-Length: 629
GET /addyn|3.0|913.1|1915950|0|-1|size=1x1;ADTECH;loc=100;alias=haufe.de/finance_layer;kvschlagwort=;kvinteresse=;kvthema=Finance;kvdokumententyp=;target=_blank;grp=145;misc=1352925489182 HTTP/1.1

Host: secserv.adtech.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: CfP=1; BsC=8029037=1352929086,; JEB2=50A3F8666E651A59CA630343F010C5E4
HTTP/1.0 200 OK

Content-Type: application/x-javascript
Connection: keep-alive
Content-Encoding: gzip
Server: Adtech Adserver
Cache-Control: no-cache
Content-Length: 629
GET /statics/1.00.00.0080/css/images/bg-footer.png HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/statics/1.00.00.0080/css/core/styles.css
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: image/png
Date: Wed, 14 Nov 2012 20:38:09 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;803-1351862234000&quot;
Last-Modified: Fri, 02 Nov 2012 13:17:14 GMT
Cache-Control: public, max-age=62400
Content-Length: 803
Via: 1.1 varnish
Age: 0
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /statics/1.00.00.0080/css/images/sprite-icn-right.png HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/statics/1.00.00.0080/css/core/styles.css
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: image/png
Date: Wed, 14 Nov 2012 20:38:09 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;4403-1351862234000&quot;
Last-Modified: Fri, 02 Nov 2012 13:17:14 GMT
Cache-Control: public, max-age=62400
Content-Length: 4403
Via: 1.1 varnish
Age: 0
Keep-Alive: timeout=5, max=99
Connection: Keep-Alive
GET /addyn|3.0|913.1|1915950|0|-1|size=120x600;ADTECH;loc=100;alias=haufe.de/finance_sky;kvschlagwort=;kvinteresse=;kvthema=Finance;kvdokumententyp=;target=_blank;grp=145;misc=1352925489257 HTTP/1.1

Host: secserv.adtech.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: CfP=1; BsC=8029037=1352929086,; JEB2=50A3F8666E651A59CA630343F010C5E4
HTTP/1.0 200 OK

Content-Type: application/x-javascript
Connection: keep-alive
Content-Encoding: gzip
Server: Adtech Adserver
Cache-Control: no-cache
Content-Length: 1933
GET /custrmevent/3.0/913.1/3756149/0/168/AdId=8029037;CreativeId=0;BnId=5;EventIds=996;EventVals=1 HTTP/1.1

Host: secserv.adtech.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: CfP=1; BsC=8029037=1352929086,; JEB2=50A3F8666E651A59CA630343F010C5E4
HTTP/1.0 200 OK

HTTP/1.0 200 OK
Connection: keep-alive
Cache-Control: no-cache
Content-Length: 0
GET /imp/2/23301;441743;201;js;HaufeFachmediaNetwork;RotationMotivVertrauenWallpaper728x90u160x600030/?click=https://secserv.adtech.de/adlink|913|3756149|0|168|AdId=8029037;BnId=5;itime=925488010;nodecode=yes;link=&ftx=&fty=1&ftadz=&ftscw=&ft_custom=&cachebuster=834529.8341116555 HTTP/1.1

Host: servedby.flashtalking.com
GET /imp/2/23301;441743;201;js;HaufeFachmediaNetwork;RotationMotivVertrauenWallpaper728x90u160x600030/?click=https://secserv.adtech.de/adlink|913|3756149|0|168|AdId=8029037;BnId=5;itime=925488010;nodecode=yes;link=&amp;ftx=&amp;fty=1&amp;ftadz=&amp;ftscw=&amp;ft_custom=&amp;cachebuster=834529.8341116555 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: flashtalkingad1=&quot;GUID=17795B97588203&quot;
HTTP/1.1 200 OK

Content-Type: text/javascript
Date: Wed, 14 Nov 2012 20:38:09 GMT
Server: Jetty(6.1.22)
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;CURa ADMa DEVa PSAo PSDo OUR BUS UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR&quot;
Cache-Control: no-cache, no-store
Content-Length: 708
Pragma: no-cache
Via: 1.1 lhr061006 (MII-APC/2.2)
Keep-Alive: timeout=2
Connection: Keep-Alive
GET /xre/44/441743/393882/js/j-441743-393882.js HTTP/1.1

Host: secure.flashtalking.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: flashtalkingad1=&quot;GUID=17795B97588203&quot;
HTTP/1.1 200 OK

Content-Type: text/javascript
Date: Wed, 14 Nov 2012 19:12:11 GMT
Server: AmazonS3
Content-Encoding: gzip
x-amz-id-2: zpNh0Br7m+Ra0BerUdvTwR6I/g0zozgl8cbScoZbBu7LqwnmWWqPJkb1985zVuVS
x-amz-request-id: 389BEF879CB9648F
Last-Modified: Fri, 26 Oct 2012 15:57:14 GMT
Etag: &quot;e2066c9b514c8b7ddfe33c8ca5ebdfab&quot;
Age: 5159
Via: 1.1 lhr105012 (MII-APC/2.1), 1.1 lhr070183010000 (MII-APC/2.1)
x-mii-cache-hit: 1
x-mii-uncompressed-size: 11445
Expires: Wed, 14 Nov 2012 21:38:09 GMT
Cache-Control: max-age=8759
X-Pb-Mii: Powered by Mirror Image Internet.
Content-Length: 4743
Keep-Alive: timeout=10
Connection: Keep-Alive
GET /xre/44/441743/393882/swf/4_C2_DAT_2_046_Image_160x600_Vertrauen.swf HTTP/1.1

Host: cdn.flashtalking.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: flashtalkingad1=&quot;GUID=17795B97588203&quot;
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
x-amz-id-2: Wfpl0zXch5emNG/2rmGDF5AIuA8X3OSlEXqAqsSoI/rYbXt03v9IRuQ8uT7IWUBy
x-amz-request-id: 48816A3D25593F7F
Last-Modified: Fri, 26 Oct 2012 10:41:14 GMT
Etag: &quot;93bd636eeaab58561a743f8c198dcbfd&quot;
Content-Length: 22975
Server: AmazonS3
Date: Wed, 14 Nov 2012 20:38:09 GMT
Connection: keep-alive
GET /statics/1.00.00.0080/js/src/vendor/LAB.min.js HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 14 Nov 2012 20:38:09 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;5700-1351862938000&quot;
Last-Modified: Fri, 02 Nov 2012 13:28:58 GMT
Cache-Control: public, max-age=62400
Via: 1.1 varnish
Age: 0
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 2341
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /statics/1.00.00.0080/js/jHG-diagnostics.js HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 14 Nov 2012 20:38:09 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;14694-1351862938000&quot;
Last-Modified: Fri, 02 Nov 2012 13:28:58 GMT
Cache-Control: public, max-age=62400
Via: 1.1 varnish
Age: 0
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 4115
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /statics/1.00.00.0080/js/src/vendor/jquery.ui.widget.min.js HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 14 Nov 2012 20:38:09 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;3309-1351862938000&quot;
Last-Modified: Fri, 02 Nov 2012 13:28:58 GMT
Cache-Control: public, max-age=62400
Via: 1.1 varnish
Age: 0
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 1347
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /reportV3/ft.stat?5907570-0-1-0-17795B97588203-532877648 HTTP/1.1

Host: stat.flashtalking.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Cookie: flashtalkingad1=&quot;GUID=17795B97588203&quot;
HTTP/1.1 200 OK

Content-Type: text/plain
Server: Apache
Etag: &quot;c4ca4238a0b923820dcc509a6f75849b:1340894289&quot;
Last-Modified: Thu, 28 Jun 2012 14:38:09 GMT
Accept-Ranges: bytes
Content-Length: 1
Expires: Wed, 14 Nov 2012 20:38:09 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Wed, 14 Nov 2012 20:38:09 GMT
Connection: keep-alive
GET /statics/1.00.00.0080/js/src/vendor/jquery.easing.min.js HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 14 Nov 2012 20:38:09 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;3207-1351862938000&quot;
Last-Modified: Fri, 02 Nov 2012 13:28:58 GMT
Cache-Control: public, max-age=62400
Via: 1.1 varnish
Age: 0
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 1142
Keep-Alive: timeout=5, max=93
Connection: Keep-Alive
GET /statics/1.00.00.0080/js/src/lib/vi.jquery.turnInto.js HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 14 Nov 2012 20:38:09 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;823-1351862938000&quot;
Last-Modified: Fri, 02 Nov 2012 13:28:58 GMT
Cache-Control: public, max-age=62400
Via: 1.1 varnish
Age: 0
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 386
Keep-Alive: timeout=5, max=98
Connection: Keep-Alive
GET /statics/1.00.00.0080/js/src/vendor/jquery.smoothDivScroll.min.js HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 14 Nov 2012 20:38:09 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;14121-1351862938000&quot;
Last-Modified: Fri, 02 Nov 2012 13:28:58 GMT
Cache-Control: public, max-age=62400
Via: 1.1 varnish
Age: 0
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 2442
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /statics/1.00.00.0080/js/src/vendor/jquery.mousewheel.min.js HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 14 Nov 2012 20:38:09 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;1420-1351862938000&quot;
Last-Modified: Fri, 02 Nov 2012 13:28:58 GMT
Cache-Control: public, max-age=62400
Via: 1.1 varnish
Age: 0
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 728
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /statics/1.00.00.0080/js/src/lib/jquery.fixMousewheel.js HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 14 Nov 2012 20:38:09 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;239-1351862938000&quot;
Last-Modified: Fri, 02 Nov 2012 13:28:58 GMT
Cache-Control: public, max-age=62400
Via: 1.1 varnish
Age: 0
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 177
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /statics/1.00.00.0080/js/src/vendor/jquery.jscrollpane.min.js HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 14 Nov 2012 20:38:09 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;14841-1351862938000&quot;
Last-Modified: Fri, 02 Nov 2012 13:28:58 GMT
Cache-Control: public, max-age=62400
Via: 1.1 varnish
Age: 0
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 4720
Keep-Alive: timeout=5, max=92
Connection: Keep-Alive
GET /statics/1.00.00.0080/js/src/vendor/swfobject.js HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 14 Nov 2012 20:38:09 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;10878-1351862938000&quot;
Last-Modified: Fri, 02 Nov 2012 13:28:58 GMT
Cache-Control: public, max-age=62400
Via: 1.1 varnish
Age: 0
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 4094
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /statics/1.00.00.0080/js/src/vendor/jquery.sb.min.js HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 14 Nov 2012 20:38:10 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;11177-1351862938000&quot;
Last-Modified: Fri, 02 Nov 2012 13:28:58 GMT
Cache-Control: public, max-age=62400
Via: 1.1 varnish
Age: 0
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 3757
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /statics/1.00.00.0080/js/src/lib/jquery.inlineLabel.js HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 14 Nov 2012 20:38:10 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;559-1351862938000&quot;
Last-Modified: Fri, 02 Nov 2012 13:28:58 GMT
Cache-Control: public, max-age=62400
Via: 1.1 varnish
Age: 0
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 280
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /statics/1.00.00.0080/js/src/lib/jquery.socialshareprivacy.js HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 14 Nov 2012 20:38:10 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;12567-1351862938000&quot;
Last-Modified: Fri, 02 Nov 2012 13:28:58 GMT
Cache-Control: public, max-age=62400
Via: 1.1 varnish
Age: 0
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 3622
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /statics/1.00.00.0080/js/src/vendor/jquery.js HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 14 Nov 2012 20:38:09 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;97053-1351862938000&quot;
Last-Modified: Fri, 02 Nov 2012 13:28:58 GMT
Cache-Control: public, max-age=62400
Via: 1.1 varnish
Age: 0
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 33988
Keep-Alive: timeout=5, max=97
Connection: Keep-Alive
GET /statics/1.00.00.0080/js/src/vendor/jquery.validationEngine-de.js HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 14 Nov 2012 20:38:10 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;3859-1351862938000&quot;
Last-Modified: Fri, 02 Nov 2012 13:28:58 GMT
Cache-Control: public, max-age=62400
Via: 1.1 varnish
Age: 0
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 1396
Keep-Alive: timeout=5, max=91
Connection: Keep-Alive
GET /statics/1.00.00.0080/js/src/vendor/jquery.validationEngine.js HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 14 Nov 2012 20:38:10 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;17548-1351862938000&quot;
Last-Modified: Fri, 02 Nov 2012 13:28:58 GMT
Cache-Control: public, max-age=62400
Via: 1.1 varnish
Age: 0
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 5085
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /statics/1.00.00.0080/js/src/vendor/jquery.autocomplete-min.js HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 14 Nov 2012 20:38:10 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;7085-1351862938000&quot;
Last-Modified: Fri, 02 Nov 2012 13:28:58 GMT
Cache-Control: public, max-age=62400
Via: 1.1 varnish
Age: 0
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 2403
Keep-Alive: timeout=5, max=93
Connection: Keep-Alive
GET /statics/1.00.00.0080/js/src/vendor/jquery.scrollto.min.js HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 14 Nov 2012 20:38:10 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;1993-1351862938000&quot;
Last-Modified: Fri, 02 Nov 2012 13:28:58 GMT
Cache-Control: public, max-age=62400
Via: 1.1 varnish
Age: 0
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 1053
Keep-Alive: timeout=5, max=93
Connection: Keep-Alive
GET /statics/1.00.00.0080/js/src/vendor/jquery.tools.min.js HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 14 Nov 2012 20:38:10 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;13025-1351862938000&quot;
Last-Modified: Fri, 02 Nov 2012 13:28:58 GMT
Cache-Control: public, max-age=62400
Via: 1.1 varnish
Age: 0
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 4699
Keep-Alive: timeout=5, max=93
Connection: Keep-Alive
GET /statics/1.00.00.0080/js/src/vendor/jquery.colorbox.min.js HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 14 Nov 2012 20:38:10 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;9777-1351862938000&quot;
Last-Modified: Fri, 02 Nov 2012 13:28:58 GMT
Cache-Control: public, max-age=62400
Via: 1.1 varnish
Age: 0
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 4159
Keep-Alive: timeout=5, max=96
Connection: Keep-Alive
GET /statics/1.00.00.0080/js/src/lib/vi.jquery.ajaxFilter.js HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 14 Nov 2012 20:38:10 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;940-1351862938000&quot;
Last-Modified: Fri, 02 Nov 2012 13:28:58 GMT
Cache-Control: public, max-age=62400
Via: 1.1 varnish
Age: 0
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 404
Keep-Alive: timeout=5, max=90
Connection: Keep-Alive
GET /statics/1.00.00.0080/js/src/lib/vi.jquery.simpleLayer.js HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 14 Nov 2012 20:38:10 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;5600-1351862938000&quot;
Last-Modified: Fri, 02 Nov 2012 13:28:58 GMT
Cache-Control: public, max-age=62400
Via: 1.1 varnish
Age: 0
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 1602
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /statics/1.00.00.0080/js/src/lib/jquery.flap.js HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 14 Nov 2012 20:38:10 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;551-1351862938000&quot;
Last-Modified: Fri, 02 Nov 2012 13:28:58 GMT
Cache-Control: public, max-age=62400
Via: 1.1 varnish
Age: 0
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 339
Keep-Alive: timeout=5, max=92
Connection: Keep-Alive
GET /statics/1.00.00.0080/js/src/lib/vi.jquery.a2zIndex.js HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 14 Nov 2012 20:38:10 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;6407-1351862234000&quot;
Last-Modified: Fri, 02 Nov 2012 13:17:14 GMT
Cache-Control: public, max-age=62400
Via: 1.1 varnish
Age: 0
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 1869
Keep-Alive: timeout=5, max=92
Connection: Keep-Alive
GET /statics/1.00.00.0080/js/src/lib/vi.jquery.flyoutNav.js HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 14 Nov 2012 20:38:10 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;3298-1351862938000&quot;
Last-Modified: Fri, 02 Nov 2012 13:28:58 GMT
Cache-Control: public, max-age=62400
Via: 1.1 varnish
Age: 0
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 1117
Keep-Alive: timeout=5, max=92
Connection: Keep-Alive
GET /statics/1.00.00.0080/js/src/lib/vi.jquery.cockpitLayer.js HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 14 Nov 2012 20:38:10 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;2749-1351862938000&quot;
Last-Modified: Fri, 02 Nov 2012 13:28:58 GMT
Cache-Control: public, max-age=62400
Via: 1.1 varnish
Age: 0
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 901
Keep-Alive: timeout=5, max=95
Connection: Keep-Alive
GET /statics/1.00.00.0080/js/src/lib/vi.jquery.topNav.js HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 14 Nov 2012 20:38:10 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;5373-1351862938000&quot;
Last-Modified: Fri, 02 Nov 2012 13:28:58 GMT
Cache-Control: public, max-age=62400
Via: 1.1 varnish
Age: 0
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 1510
Keep-Alive: timeout=5, max=89
Connection: Keep-Alive
GET /18411/32734_Loop_Sky_Vertrauen_160x600_final_video_player.swf HTTP/1.1

Host: cdn.flashtalking.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Cookie: flashtalkingad1=&quot;GUID=17795B97588203&quot;
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
x-amz-id-2: 14YA6GUHleXs+rtvphd9uPGIFMP1lhtsxlolF+T1/ntDMMzjUmvh3O0m9q9s6c92
x-amz-request-id: 90D0045C381CFE69
Last-Modified: Thu, 11 Oct 2012 14:03:15 GMT
Etag: &quot;e94b34ab38149484e479e12a36b67aa3&quot;
Content-Length: 6139
Server: AmazonS3
Date: Wed, 14 Nov 2012 20:38:10 GMT
Connection: keep-alive
GET /statics/1.00.00.0080/js/src/lib/hl.errorHandler.js HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 14 Nov 2012 20:38:10 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;962-1351862938000&quot;
Last-Modified: Fri, 02 Nov 2012 13:28:58 GMT
Cache-Control: public, max-age=62400
Via: 1.1 varnish
Age: 0
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 533
Keep-Alive: timeout=5, max=91
Connection: Keep-Alive
GET /statics/1.00.00.0080/js/src/lib/vi.jquery.horizontalNav.js HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 14 Nov 2012 20:38:10 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;5130-1351862938000&quot;
Last-Modified: Fri, 02 Nov 2012 13:28:58 GMT
Cache-Control: public, max-age=62400
Via: 1.1 varnish
Age: 0
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 1528
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /statics/1.00.00.0080/js/src/lib/hl.user.js HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 14 Nov 2012 20:38:10 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;2419-1351862938000&quot;
Last-Modified: Fri, 02 Nov 2012 13:28:58 GMT
Cache-Control: public, max-age=62400
Via: 1.1 varnish
Age: 0
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 829
Keep-Alive: timeout=5, max=91
Connection: Keep-Alive
GET /statics/1.00.00.0080/js/src/main.js HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: */*
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 14 Nov 2012 20:38:10 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;10700-1351862938000&quot;
Last-Modified: Fri, 02 Nov 2012 13:28:58 GMT
Cache-Control: public, max-age=62400
Via: 1.1 varnish
Age: 0
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 3883
Keep-Alive: timeout=5, max=91
Connection: Keep-Alive
GET /statics/1.00.00.0080/js/piwik2.js HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 14 Nov 2012 20:38:10 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;8774-1351862938000&quot;
Last-Modified: Fri, 02 Nov 2012 13:28:58 GMT
Cache-Control: public, max-age=62400
Via: 1.1 varnish
Age: 0
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 3815
Keep-Alive: timeout=5, max=94
Connection: Keep-Alive
GET /statics/1.00.00.0080/js/emos2.js HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: application/javascript
Date: Wed, 14 Nov 2012 20:38:10 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;24237-1351862938000&quot;
Last-Modified: Fri, 02 Nov 2012 13:28:58 GMT
Cache-Control: public, max-age=62400
Via: 1.1 varnish
Age: 0
Vary: Accept-Encoding,User-Agent
Content-Encoding: gzip
Content-Length: 8145
Keep-Alive: timeout=5, max=88
Connection: Keep-Alive
GET /statics/1.00.00.0080/css/images/ie.gif HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/statics/1.00.00.0080/css/core/styles.css
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: image/gif
Date: Wed, 14 Nov 2012 20:38:10 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;48-1351862234000&quot;
Last-Modified: Fri, 02 Nov 2012 13:17:14 GMT
Cache-Control: public, max-age=62400
Content-Length: 48
Via: 1.1 varnish
Age: 0
Keep-Alive: timeout=5, max=90
Connection: Keep-Alive
GET /cgi-bin/ivw/CP/finance;haufe.de_finance%2Cfinance?r=&d=21687.70350025413 HTTP/1.1

Host: haperson.ivwbox.de
GET /cgi-bin/ivw/CP/finance;haufe.de_finance%2Cfinance?r=&amp;d=21687.70350025413 HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
HTTP/1.1 302 FOUND

Content-Type: text/plain
Server: nginx/1.2.4
Date: Wed, 14 Nov 2012 20:38:10 GMT
Content-Length: 1
Connection: keep-alive
Last-Modified: Tue, 22 Aug 2000 15:05:01 GMT
Pragma: no-cache
Cache-Control: no-cache, must-revalidate
Expires: Tue, 22 Aug 2000 15:05:01 GMT
P3P: policyref=&quot;http://www.ivwbox.de/p3p.xml&quot;, CP=&quot;NOI DSP PSAo OUR NOR UNI&quot;
Set-Cookie: srp=015450a4012184c40007; path=/
Location: /blank.gif
GET /statics/1.00.00.0080/css/images/icn-scroll-right.png HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/statics/1.00.00.0080/css/core/styles.css
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: image/png
Date: Wed, 14 Nov 2012 20:38:10 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;595-1351862234000&quot;
Last-Modified: Fri, 02 Nov 2012 13:17:14 GMT
Cache-Control: public, max-age=62400
Content-Length: 595
Via: 1.1 varnish
Age: 0
Keep-Alive: timeout=5, max=93
Connection: Keep-Alive
GET /statics/1.00.00.0080/css/images/bg-footer-form-elements.png HTTP/1.1

Host: www.haufe.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/statics/1.00.00.0080/css/core/styles.css
Cookie: JSESSIONID=A698879EDD210290DFBEA746D2E1AD56.liveWorker
HTTP/1.1 200 OK

Content-Type: image/png
Date: Wed, 14 Nov 2012 20:38:10 GMT
Server: Apache-Coyote/1.1
Etag: W/&quot;844-1351862234000&quot;
Last-Modified: Fri, 02 Nov 2012 13:17:14 GMT
Cache-Control: public, max-age=62400
Content-Length: 844
Via: 1.1 varnish
Age: 0
Keep-Alive: timeout=5, max=90
Connection: Keep-Alive
GET /blank.gif HTTP/1.1

Host: haperson.ivwbox.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: srp=015450a4012184c40007
HTTP/1.1 200 OK

Content-Type: image/gif
Server: nginx/1.2.4
Date: Wed, 14 Nov 2012 20:38:10 GMT
Content-Length: 43
Connection: keep-alive
Last-Modified: Tue, 22 Aug 2000 15:05:01 GMT
P3P: policyref=&quot;http://www.ivwbox.de/p3p.xml&quot;, CP=&quot;NOI DSP PSAo OUR NOR UNI&quot;
Set-Cookie: srp=015450a4012184c40007; path=/
GET /sp/Diagnostics/1.0/analytics/apply?idsite=haufe.de_finance&rec=1&rand=0.3303350087893947&h=21&m=38&s=10&url=http%3A%2F%2Fwww.haufe.de%2Ffinance%2F&urlref=&res=1176x885&cookie=1&pdf=1&qt=0&realp=0&wma=1&dir=0&fla=1&java=1&gears=0&ag=0&data=%7B%22pageId%22%3A%22finance%22%2C%22siteId%22%3A%22haufe.de_finance%22%2C%22userId%22%3Anull%2C%22group%22%3A%22finance%22%2C%22type%22%3A%22content%22%2C%22contentId%22%3Anull%2C%22productId%22%3Anull%2C%22advertId%22%3A%22haperson%22%2C%22eventName%22%3A%22pageLoad%22%7D&action_name=Das%20Portal%20rund%20um%20Finanzen%20%26%20Rechnungswesen%20-%20Finance%20-%20haufe.de HTTP/1.1

Host: api.haufe-lexware.com
GET /sp/Diagnostics/1.0/analytics/apply?idsite=haufe.de_finance&amp;rec=1&amp;rand=0.3303350087893947&amp;h=21&amp;m=38&amp;s=10&amp;url=http%3A%2F%2Fwww.haufe.de%2Ffinance%2F&amp;urlref=&amp;res=1176x885&amp;cookie=1&amp;pdf=1&amp;qt=0&amp;realp=0&amp;wma=1&amp;dir=0&amp;fla=1&amp;java=1&amp;gears=0&amp;ag=0&amp;data=%7B%22pageId%22%3A%22finance%22%2C%22siteId%22%3A%22haufe.de_finance%22%2C%22userId%22%3Anull%2C%22group%22%3A%22finance%22%2C%22type%22%3A%22content%22%2C%22contentId%22%3Anull%2C%22productId%22%3Anull%2C%22advertId%22%3A%22haperson%22%2C%22eventName%22%3A%22pageLoad%22%7D&amp;action_name=Das%20Portal%20rund%20um%20Finanzen%20%26%20Rechnungswesen%20-%20Finance%20-%20haufe.de HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
HTTP/1.1 200 OK

Content-Type: image/png
X-Powered-By: Servlet/2.5
Server: Sun GlassFish Enterprise Server v2.1.1
Content-Length: 0
Date: Wed, 14 Nov 2012 20:38:10 GMT
Set-Cookie: BIGipServerPOOL-atlantik-AppServer-Group-2-http=3542001856.49300.0000; path=/
GET /els/logging?v=2&emrid=AAABOwCkrUWh06qoPhOIYuzJM*hm6V*0&emsid=AAABOwCkrUZvKhGHytGAxbxbt1gUyoMo&emvid=AAABOwCkrUZvKhGHytGAxbxbt1gUyoMo&emnc=1&emtn=1&emhost=www.haufe.de&ckey=00000c09-fb82ead1-4bcf-43bd-b8ce-7feb552dc004&d=c2l0ZWlkH2hhdWZlLmRlX2ZpbmFuY2UcanYfMRxzd3NoHzExNzZ4ODg1HGVtb3NWH2NteHA0Ny4xX2hhdWZlZDEccmVmH2h0dHA6Ly91bmtub3duHHNvdXJjZR9kaXJlY3QcY29udGVudB9maW5hbmNlHHBhZ2VJZB9maW5hbmNl HTTP/1.1

Host: www.econda-monitor.de
GET /els/logging?v=2&amp;emrid=AAABOwCkrUWh06qoPhOIYuzJM*hm6V*0&amp;emsid=AAABOwCkrUZvKhGHytGAxbxbt1gUyoMo&amp;emvid=AAABOwCkrUZvKhGHytGAxbxbt1gUyoMo&amp;emnc=1&amp;emtn=1&amp;emhost=www.haufe.de&amp;ckey=00000c09-fb82ead1-4bcf-43bd-b8ce-7feb552dc004&amp;d=c2l0ZWlkH2hhdWZlLmRlX2ZpbmFuY2UcanYfMRxzd3NoHzExNzZ4ODg1HGVtb3NWH2NteHA0Ny4xX2hhdWZlZDEccmVmH2h0dHA6Ly91bmtub3duHHNvdXJjZR9kaXJlY3QcY29udGVudB9maW5hbmNlHHBhZ2VJZB9maW5hbmNl HTTP/1.1

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
HTTP/1.1 200 OK

Content-Type: image/gif
Server: Apache-Coyote/1.1
P3P: policyref=&quot;/w3c/p3p.xml&quot;, CP=&quot;NOI DSP COR LAW NID PSAo PSDo OUR STP OTC&quot;
Pragma: no-cache
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Expires: Sat, 6 May 1995 12:00:00 GMT
Content-Length: 43
Date: Wed, 14 Nov 2012 20:38:09 GMT
GET /custrmevent/3.0/913.1/3756149/0/168/AdId=8029037;CreativeId=0;BnId=5;EventIds=997;EventVals=1 HTTP/1.1

Host: secserv.adtech.de

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: image/png,image/*;q=0.8,*/*;q=0.5
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://www.haufe.de/finance/
Cookie: CfP=1; BsC=8029037=1352929086,; JEB2=50A3F8666E651A59CA630343F010C5E4
HTTP/1.0 200 OK

HTTP/1.0 200 OK
Connection: keep-alive
Cache-Control: no-cache
Content-Length: 0
GET /reportV3/ft.stat?5907570-0-12-0-17795B97588203-532877648 HTTP/1.1

Host: stat.flashtalking.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Cookie: flashtalkingad1=&quot;GUID=17795B97588203&quot;
HTTP/1.1 200 OK

Content-Type: text/plain
Server: Apache
Etag: &quot;c4ca4238a0b923820dcc509a6f75849b:1340894289&quot;
Last-Modified: Thu, 28 Jun 2012 14:38:09 GMT
Accept-Ranges: bytes
Content-Length: 1
Expires: Wed, 14 Nov 2012 20:38:10 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Wed, 14 Nov 2012 20:38:10 GMT
Connection: keep-alive
GET /reportV3/ft.stat?5907570-0-13-130-17795B97588203-532877648 HTTP/1.1

Host: stat.flashtalking.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Cookie: flashtalkingad1=&quot;GUID=17795B97588203&quot;
HTTP/1.1 200 OK

Content-Type: text/plain
Server: Apache
Etag: &quot;c4ca4238a0b923820dcc509a6f75849b:1340894289&quot;
Last-Modified: Thu, 28 Jun 2012 14:38:09 GMT
Accept-Ranges: bytes
Content-Length: 1
Expires: Wed, 14 Nov 2012 20:38:10 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Wed, 14 Nov 2012 20:38:10 GMT
Connection: keep-alive
GET /18411/32734_Loop_Sky_Vertrauen_160x600_final_BB_F8.swf HTTP/1.1

Host: cdn.flashtalking.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Cookie: flashtalkingad1=&quot;GUID=17795B97588203&quot;
HTTP/1.1 200 OK

Content-Type: application/x-shockwave-flash
x-amz-id-2: jeD9AdQRbSWBTbssf99wIOLsVfdBemIANwVcfb6KIPKw18NSuCU7xB1xtHZ5JkgW
x-amz-request-id: 49001B3B60ACB1B6
Last-Modified: Thu, 11 Oct 2012 14:03:15 GMT
Etag: &quot;d2e30e144984b2704573e98747543c49&quot;
Content-Length: 763699
Server: AmazonS3
Date: Wed, 14 Nov 2012 20:38:10 GMT
Connection: keep-alive
GET /reportV3/ft.stat?5907570-0-14-130-17795B97588203-532877648 HTTP/1.1

Host: stat.flashtalking.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Cookie: flashtalkingad1=&quot;GUID=17795B97588203&quot;
HTTP/1.1 200 OK

Content-Type: text/plain
Server: Apache
Etag: &quot;c4ca4238a0b923820dcc509a6f75849b:1340894289&quot;
Last-Modified: Thu, 28 Jun 2012 14:38:09 GMT
Accept-Ranges: bytes
Content-Length: 1
Expires: Wed, 14 Nov 2012 20:38:18 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Wed, 14 Nov 2012 20:38:18 GMT
Connection: keep-alive
GET /reportV3/ft.stat?5907570-0-15-130-17795B97588203-532877648 HTTP/1.1

Host: stat.flashtalking.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Cookie: flashtalkingad1=&quot;GUID=17795B97588203&quot;
HTTP/1.1 200 OK

Content-Type: text/plain
Server: Apache
Etag: &quot;c4ca4238a0b923820dcc509a6f75849b:1340894289&quot;
Last-Modified: Thu, 28 Jun 2012 14:38:09 GMT
Accept-Ranges: bytes
Content-Length: 1
Expires: Wed, 14 Nov 2012 20:38:21 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Wed, 14 Nov 2012 20:38:21 GMT
Connection: keep-alive
GET /reportV3/ft.stat?5907570-0-16-130-17795B97588203-532877648 HTTP/1.1

Host: stat.flashtalking.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Cookie: flashtalkingad1=&quot;GUID=17795B97588203&quot;
HTTP/1.1 200 OK

Content-Type: text/plain
Server: Apache
Etag: &quot;c4ca4238a0b923820dcc509a6f75849b:1340894289&quot;
Last-Modified: Thu, 28 Jun 2012 14:38:09 GMT
Accept-Ranges: bytes
Content-Length: 1
Expires: Wed, 14 Nov 2012 20:38:23 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Wed, 14 Nov 2012 20:38:23 GMT
Connection: keep-alive
GET /reportV3/ft.stat?5907570-0-17-130-17795B97588203-532877648 HTTP/1.1

Host: stat.flashtalking.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Cookie: flashtalkingad1=&quot;GUID=17795B97588203&quot;
HTTP/1.1 200 OK

Content-Type: text/plain
Server: Apache
Etag: &quot;c4ca4238a0b923820dcc509a6f75849b:1340894289&quot;
Last-Modified: Thu, 28 Jun 2012 14:38:09 GMT
Accept-Ranges: bytes
Content-Length: 1
Expires: Wed, 14 Nov 2012 20:38:25 GMT
Cache-Control: max-age=0, no-cache, no-store
Pragma: no-cache
Date: Wed, 14 Nov 2012 20:38:25 GMT
Connection: keep-alive