segment-boneyard / nightmare

A high-level browser automation library.
https://open.segment.com
19.54k stars 1.08k forks source link

.goto() does not always finish on headless linux #770

Closed noahtkeller closed 7 years ago

noahtkeller commented 8 years ago

On some sites I have noticed that the .goto() call times out when visiting certain urls while running on headless linux.

I followed advice on another thread and setup xvfb on my ubuntu server, and when running scripts most succeed, however I have noticed that some sites appear to never load. I have set DEBUG=nightmare* and see that I receive 200 codes from the server, and I see it loads all the resources, it just doesn't ever finalize.

Please see the attached script:

Test Script

var

 link = 'http://albertsons.com'
 , vo = require('vo')
 , Nightmare = require('nightmare')
 ;

console.log('Starting nightmare');
nightmare = Nightmare({
  waitTimeout: 600000
  , webPreferences: {
    webSecurity: false
  }
});

vo(function*() {

  console.log('In generator');
  yield nightmare
    .goto(link)
    .then(function (res) {
        console.log('Visited link, then');
    });

  console.log('Closing nightmare');
  yield nightmare.end();

})(function (err, results) {
  if (err) {
    console.log('Has error');
    console.log(err);
  } else {
    console.log('Has results');
    console.log(results);
  }
});

This will always result in a a navigation timeout error. Change the link to almost any other site, such as http://google.com and it works fine. This issue is not apparent when running locally on OSX, even with xvfb.

Standard Output (working)

Starting nightmare
  nightmare queuing process start +0ms
In generator
  nightmare queueing action "goto" for http://albertsons.com +4ms
  nightmare running +1ms
  nightmare:log Navigating: "http://albertsons.com",
            headers: [none],
            timeout: 30000 +236ms
  nightmare:log did-start-loading +57ms [{}]
  nightmare:log did-get-redirect-request +21ms [{},"http://albertsons.com/","http://www.albertsons.com/",true,301,"GET","",{"accept-ranges":["bytes"],"age":["0"],"content-length":["0"],"content-type":["text/html; charset=UTF-8"],"date":["Tue, 30 Aug 2016 15:24:31 GMT"],"location":["http://www.albertsons.com/"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["MISS"],"x-pingback":["http://www.albertsons.com/xmlrpc.php"],"x-powered-by":["PHP/5.3.3"],"x-varnish":["1348395777"]}]
  nightmare:log did-get-response-details +832ms [{},false,"http://www.albertsons.com/","http://albertsons.com/",200,"GET","",{"accept-ranges":["bytes"],"age":["0"],"connection":["keep-alive"],"content-length":["74875"],"content-type":["text/html; charset=UTF-8"],"date":["Tue, 30 Aug 2016 15:30:59 GMT"],"link":["<http://www.albertsons.com/wp-json/>; rel=\"https://api.w.org/\"","<http://www.albertsons.com/>; rel=shortlink"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["MISS"],"x-pingback":["http://www.albertsons.com/xmlrpc.php"],"x-powered-by":["PHP/5.3.3"],"x-varnish":["1348405685"]},"mainFrame"]
  nightmare:log did-get-response-details +82ms [{},false,"http://www.albertsons.com/wp-content/themes/albertsons/style.css?v1","http://www.albertsons.com/wp-content/themes/albertsons/style.css?v1",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["164"],"content-length":["40430"],"content-type":["text/css"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"36487-9dee-523958c824480\""],"last-modified":["Mon, 02 Nov 2015 21:34:58 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2379989369 2379985650"]},"stylesheet"]
  nightmare:log did-get-response-details +0ms [{},false,"http://fonts.googleapis.com/css?family=Droid+Sans","http://fonts.googleapis.com/css?family=Droid+Sans",200,"GET","http://www.albertsons.com/",{"access-control-allow-origin":["*"],"cache-control":["private, max-age=86400, stale-while-revalidate=604800"],"content-encoding":["gzip"],"content-type":["text/css; charset=utf-8"],"date":["Tue, 30 Aug 2016 15:24:32 GMT"],"expires":["Tue, 30 Aug 2016 15:24:32 GMT"],"last-modified":["Tue, 30 Aug 2016 15:24:32 GMT"],"link":["<http://fonts.gstatic.com>; rel=preconnect; crossorigin"],"server":["ESF"],"timing-allow-origin":["*"],"x-frame-options":["SAMEORIGIN"],"x-xss-protection":["1; mode=block"]},"stylesheet"]
  nightmare:log did-get-response-details +1ms [{},false,"http://www.albertsons.com/wp-content/plugins/pinterest-pinboard-widget/style.css?v=1&ver=4.5.3","http://www.albertsons.com/wp-content/plugins/pinterest-pinboard-widget/style.css?v=1&ver=4.5.3",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes","bytes"],"age":["0"],"content-length":["981"],"content-type":["text/css"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"26261d-3d5-5131e4c439f40\""],"last-modified":["Tue, 07 Apr 2015 08:35:33 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["MISS"],"x-varnish":["1838771141"]},"stylesheet"]
  nightmare:log did-get-response-details +0ms [{},false,"http://www.albertsons.com/wp-content/plugins/pinterest-rss-widget/style.css?ver=4.5.3","http://www.albertsons.com/wp-content/plugins/pinterest-rss-widget/style.css?ver=4.5.3",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["2825"],"content-length":["1147"],"content-type":["text/css"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"22623-47b-53679248211c0\""],"last-modified":["Thu, 30 Jun 2016 06:40:15 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2379989370 2379912368"]},"stylesheet"]
  nightmare:log did-get-response-details +1ms [{},false,"http://assets.pinterest.com/images/pidgets/pin_it_button.png","http://assets.pinterest.com/images/pidgets/pin_it_button.png",200,"GET","http://www.albertsons.com/",{"cache-control":["max-age=1209600"],"content-length":["909"],"content-type":["image/png"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"last-modified":["Thu, 02 Jun 2016 17:17:12 GMT"]},"image"]
  nightmare:log did-get-response-details +0ms [{},false,"http://www.albertsons.com/wp-includes/js/jquery/jquery.js?ver=1.12.4","http://www.albertsons.com/wp-includes/js/jquery/jquery.js?ver=1.12.4",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["436"],"content-length":["97184"],"content-type":["text/javascript"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"28c15c-17ba0-536791d980cc0\""],"last-modified":["Thu, 30 Jun 2016 06:38:19 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2300686475 2300675191"]},"script"]
  nightmare:log did-get-response-details +1ms [{},false,"http://www.albertsons.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1","http://www.albertsons.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["1141"],"content-length":["10056"],"content-type":["text/javascript"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"120083-2748-536791d980cc0\""],"last-modified":["Thu, 30 Jun 2016 06:38:19 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["887732301 887700274"]},"script"]
  nightmare:log did-get-response-details +0ms [{},false,"http://www.albertsons.com/wp-content/plugins/pinterest-rss-widget/jquery.nailthumb.1.0.min.js?ver=4.5.3","http://www.albertsons.com/wp-content/plugins/pinterest-rss-widget/jquery.nailthumb.1.0.min.js?ver=4.5.3",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["2552"],"content-length":["15886"],"content-type":["text/javascript"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"225db-3e0e-53679248211c0\""],"last-modified":["Thu, 30 Jun 2016 06:40:15 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2379989374 2379921010"]},"script"]
  nightmare:log did-get-response-details +0ms [{},false,"http://www.albertsons.com/wp-content/themes/albertsons/js/superfish.js?ver=4.5.3","http://www.albertsons.com/wp-content/themes/albertsons/js/superfish.js?ver=4.5.3",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["849"],"content-length":["3833"],"content-type":["text/javascript"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"270366-ef9-4d7478f14d680\""],"last-modified":["Wed, 06 Mar 2013 20:37:30 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["1838771147 1838748408"]},"script"]
  nightmare:log did-get-response-details +0ms [{},false,"http://www.albertsons.com/wp-content/themes/albertsons/js/hoverIntent.js?ver=4.5.3","http://www.albertsons.com/wp-content/themes/albertsons/js/hoverIntent.js?ver=4.5.3",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["3115"],"content-length":["3257"],"content-type":["text/javascript"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"3635e-cb9-4d7478ef65200\""],"last-modified":["Wed, 06 Mar 2013 20:37:28 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2379989378 2379902646"]},"script"]
  nightmare:log did-get-response-details +0ms [{},false,"http://www.albertsons.com/wp-content/themes/albertsons/js/jquery.watermark.min.js?ver=4.5.3","http://www.albertsons.com/wp-content/themes/albertsons/js/jquery.watermark.min.js?ver=4.5.3",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["2819"],"content-length":["4629"],"content-type":["text/javascript"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"270363-1215-4d7478f14d680\""],"last-modified":["Wed, 06 Mar 2013 20:37:30 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["1838771149 1838692837"]},"script"]
  nightmare:log did-get-response-details +0ms [{},false,"http://www.albertsons.com/wp-content/themes/albertsons/js/jquery.cycle.all.min.js","http://www.albertsons.com/wp-content/themes/albertsons/js/jquery.cycle.all.min.js",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["2194"],"content-length":["32066"],"content-type":["text/javascript"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"10e43c-7d42-4d7478f14d680\""],"last-modified":["Wed, 06 Mar 2013 20:37:30 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["887732303 887670074"]},"script"]
  nightmare:log did-get-response-details +1ms [{},false,"http://www.albertsons.com/wp-content/themes/albertsons/scripts/getCustomerData.js","http://www.albertsons.com/wp-content/themes/albertsons/scripts/getCustomerData.js",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["3027"],"content-length":["1713"],"content-type":["text/javascript"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"36368-6b1-4f6388ca3f740\""],"last-modified":["Fri, 04 Apr 2014 14:44:05 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2379989384 2379905604"]},"script"]
  nightmare:log did-get-response-details +0ms [{},false,"http://www.albertsons.com/wp-content/themes/albertsons/scripts/json2.js","http://www.albertsons.com/wp-content/themes/albertsons/scripts/json2.js",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["3201"],"content-length":["3377"],"content-type":["text/javascript"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"27036a-d31-4ca6492d7d000\""],"last-modified":["Sun, 23 Sep 2012 20:46:56 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["1838771154 1838680905"]},"script"]
  nightmare:log did-get-response-details +0ms [{},false,"http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4fc14192152e30a5","http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4fc14192152e30a5",200,"GET","http://www.albertsons.com/",{"cache-control":["public, no-check, max-age=600"],"cf-cache-status":["HIT"],"cf-ray":["2da9401307852006-DFW"],"content-encoding":["gzip"],"content-type":["text/javascript"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"35cc961-59c64-53b3796df2600\""],"last-modified":["Mon, 29 Aug 2016 15:33:44 GMT"],"server":["cloudflare-nginx"],"surrogate-key":["client_dist"],"timing-allow-origin":["*"],"vary":["Accept-Encoding"],"x-distribution":["99"],"x-host":["s7.addthis.com"]},"script"]
  nightmare:log did-get-response-details +3ms [{},false,"http://www.albertsons.com/wp-content/themes/albertsons/fonts/Caferus/Caferus.css","http://www.albertsons.com/wp-content/themes/albertsons/fonts/Caferus/Caferus.css",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"access-control-allow-origin":["*"],"age":["2047"],"content-length":["2730"],"content-type":["text/css"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"440e0-aaa-517b342a13800\""],"last-modified":["Thu, 04 Jun 2015 15:59:28 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2379989389 2379935555"]},"stylesheet"]
  nightmare:log did-get-response-details +0ms [{},false,"http://www.albertsons.com/wp-content/uploads/2015/05/android_robot_21x25.png","http://www.albertsons.com/wp-content/uploads/2015/05/android_robot_21x25.png",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["1984"],"content-length":["3619"],"content-type":["image/png"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"42255-e23-5166f15887a80\""],"last-modified":["Tue, 19 May 2015 13:14:02 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2379989390 2379937361"]},"image"]
  nightmare:log did-get-response-details +0ms [{},false,"http://www.albertsons.com/wp-content/uploads/2015/05/app-store-icon_25x25.png","http://www.albertsons.com/wp-content/uploads/2015/05/app-store-icon_25x25.png",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["1987"],"content-length":["4330"],"content-type":["image/png"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"280256-10ea-5166f15887a80\""],"last-modified":["Tue, 19 May 2015 13:14:02 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["1838771158 1838717912"]},"image"]
  nightmare:log did-get-response-details +1ms [{},false,"http://www.albertsons.com/wp-content/uploads/2015/05/instagram_icon_25x25.png","http://www.albertsons.com/wp-content/uploads/2015/05/instagram_icon_25x25.png",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["1668"],"content-length":["4558"],"content-type":["image/png"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"12c258-11ce-5166f15b64140\""],"last-modified":["Tue, 19 May 2015 13:14:05 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["887732307 887686153"]},"image"]
  nightmare:log did-get-response-details +1ms [{},false,"http://www.albertsons.com/wp-content/uploads/2015/05/youtube_social_squircle_red_25x25.png","http://www.albertsons.com/wp-content/uploads/2015/05/youtube_social_squircle_red_25x25.png",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["3311"],"content-length":["3872"],"content-type":["image/png"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"4225b-f20-5166f15d4c5c0\""],"last-modified":["Tue, 19 May 2015 13:14:07 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2379989393 2379896082"]},"image"]
  nightmare:log did-get-response-details +0ms [{},false,"http://www.albertsons.com/wp-content/uploads/2015/05/twitter_logo_white_bluebkgrnd_radius_25x25.png","http://www.albertsons.com/wp-content/uploads/2015/05/twitter_logo_white_bluebkgrnd_radius_25x25.png",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["2528"],"content-length":["3967"],"content-type":["image/png"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"4225a-f7f-5166f15c58380\""],"last-modified":["Tue, 19 May 2015 13:14:06 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2379989394 2379921643"]},"image"]
  nightmare:log did-get-response-details +1ms [{},false,"http://www.albertsons.com/wp-content/uploads/2015/05/pinterest_badge_red_25x25.png","http://www.albertsons.com/wp-content/uploads/2015/05/pinterest_badge_red_25x25.png",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["2176"],"content-length":["3472"],"content-type":["image/png"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"42259-d90-5166f15c58380\""],"last-modified":["Tue, 19 May 2015 13:14:06 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2379989395 2379931977"]},"image"]
  nightmare:log did-get-response-details +0ms [{},false,"http://www.albertsons.com/wp-content/uploads/2015/05/fb_f_logo_radius_25x25.png","http://www.albertsons.com/wp-content/uploads/2015/05/fb_f_logo_radius_25x25.png",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["2542"],"content-length":["3821"],"content-type":["image/png"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"280257-eed-5166f1597bcc0\""],"last-modified":["Tue, 19 May 2015 13:14:03 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["1838771162 1838701258"]},"image"]
  nightmare:log did-get-response-details +0ms [{},false,"http://www.albertsons.com/wp-content/uploads/2015/11/abslogo2000v4.jpg","http://www.albertsons.com/wp-content/uploads/2015/11/abslogo2000v4.jpg",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["2849"],"content-length":["60925"],"content-type":["image/jpeg"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"4c17a-edfd-524c4efbec480\""],"last-modified":["Tue, 17 Nov 2015 23:32:18 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2379989400 2379911600"]},"image"]
  nightmare:log did-get-response-details +1ms [{},false,"http://connect.facebook.net/en_US/all.js#xfbml=1","http://connect.facebook.net/en_US/all.js#xfbml=1",200,"GET","http://www.albertsons.com/",{"access-control-expose-headers":["X-FB-Content-MD5"],"cache-control":["public, max-age=1200, stale-while-revalidate=3600"],"content-encoding":["gzip"],"content-length":["57976"],"content-md5":["mn1DRvDT7V+xuUglrs8zAQ=="],"content-type":["application/x-javascript; charset=utf-8"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"39b9f10bc5006674609e90f432f626b4\""],"expires":["Tue, 30 Aug 2016 15:37:52 GMT"],"timing-allow-origin":["*"],"vary":["Accept-Encoding"],"x-content-type-options":["nosniff"],"x-fb-content-md5":["4afc3f1c3fb7a3bbce64c3879b342c31"],"x-fb-debug":["/kis68FXb3sqLGRlQ6RCVHSBPjvxdec/CKUHSS9UkMY/E8d9EjBi9nX6d6a3micq3sfgXLtzSCt/yabmj1znUg=="],"x-frame-options":["DENY"],"x-xss-protection":["0"]},"script"]
  nightmare:log did-get-response-details +0ms [{},false,"http://www.albertsons.com/wp-content/themes/albertsons/images/go-btn.gif","http://www.albertsons.com/wp-content/themes/albertsons/images/go-btn.gif",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["111"],"content-length":["1881"],"content-type":["image/gif"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"10e409-759-4d7478e9ac480\""],"last-modified":["Wed, 06 Mar 2013 20:37:22 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["887732309 887729695"]},"image"]
  nightmare:log did-get-response-details +1ms [{},false,"http://www.albertsons.com/wp-content/themes/albertsons/images/truck_icon.png","http://www.albertsons.com/wp-content/themes/albertsons/images/truck_icon.png",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["3478"],"content-length":["2340"],"content-type":["image/png"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"362f6-924-521e93b16cd80\""],"last-modified":["Mon, 12 Oct 2015 14:34:46 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2379989404 2379890946"]},"image"]
  nightmare:log did-get-response-details +1ms [{},false,"http://www.albertsons.com/wp-content/themes/albertsons/images/go-btn-black.gif","http://www.albertsons.com/wp-content/themes/albertsons/images/go-btn-black.gif",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["1284"],"content-length":["1877"],"content-type":["image/gif"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"2923c0-755-4d7478e9ac480\""],"last-modified":["Wed, 06 Mar 2013 20:37:22 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2300686490 2300653407"]},"image"]
  nightmare:log did-get-response-details +0ms [{},false,"http://www.albertsons.com/wp-content/uploads/2016/08/FluShot_2016_ALB_HomepageSlider_ABS-975x490.png","http://www.albertsons.com/wp-content/uploads/2016/08/FluShot_2016_ALB_HomepageSlider_ABS-975x490.png",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["3378"],"content-length":["168430"],"content-type":["image/png"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"5a47d-291ee-539d35ba55d80\""],"last-modified":["Thu, 11 Aug 2016 22:33:42 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2379989405 2379893978"]},"image"]
  nightmare:log did-get-response-details +1ms [{},false,"http://www.albertsons.com/wp-content/uploads/2016/07/ABS-Fuel-Program-Homepage-FeatureUnit-Desktop.jpg","http://www.albertsons.com/wp-content/uploads/2016/07/ABS-Fuel-Program-Homepage-FeatureUnit-Desktop.jpg",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["2361"],"content-length":["118887"],"content-type":["image/jpeg"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"29633c-1d067-5381a55f55580\""],"last-modified":["Thu, 21 Jul 2016 00:24:06 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["1838771166 1838706571"]},"image"]
  nightmare:log did-get-response-details +0ms [{},false,"http://www.albertsons.com/wp-content/uploads/2016/04/albciv56063_rxplus_alb_homepageslider_976x492-976x490.jpg","http://www.albertsons.com/wp-content/uploads/2016/04/albciv56063_rxplus_alb_homepageslider_976x492-976x490.jpg",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["1197"],"content-length":["66098"],"content-type":["image/jpeg"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"561aa-10232-52f73e01880c0\""],"last-modified":["Fri, 01 Apr 2016 22:26:51 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2379989407 2379958603"]},"image"]
  nightmare:log did-get-response-details +0ms [{},false,"http://www.albertsons.com/wp-content/uploads/2012/10/Homepage-Slider-ROTW1.jpg","http://www.albertsons.com/wp-content/uploads/2012/10/Homepage-Slider-ROTW1.jpg",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["2542"],"content-length":["256668"],"content-type":["image/jpeg"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"10ee5b-3ea9c-4cb1912826900\""],"last-modified":["Tue, 02 Oct 2012 20:07:32 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["887732312 887658529"]},"image"]
  nightmare:log did-get-response-details +1ms [{},false,"http://www.albertsons.com/wp-content/uploads/2016/01/Weekly-Ad-Homepage-Slider-976x492-976x490.jpg","http://www.albertsons.com/wp-content/uploads/2016/01/Weekly-Ad-Homepage-Slider-976x492-976x490.jpg",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["1098"],"content-length":["117205"],"content-type":["image/jpeg"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"2ae1c3-1c9d5-52a530fe6f640\""],"last-modified":["Wed, 27 Jan 2016 16:12:01 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2300686495 2300657624"]},"image"]
  nightmare:log did-get-response-details +17ms [{},false,"http://www.albertsons.com/wp-content/themes/albertsons/images/AdBar_2.jpg","http://www.albertsons.com/wp-content/themes/albertsons/images/AdBar_2.jpg",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["3199"],"content-length":["13394"],"content-type":["image/jpeg"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"3631e-3452-4f0f80bb7e780\""],"last-modified":["Mon, 27 Jan 2014 18:40:46 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2379989410 2379899752"]},"image"]
  nightmare:log did-get-response-details +0ms [{},false,"http://www.albertsons.com/wp-content/uploads/2013/06/ClipsBar-CakesAndDeliTrays-780x585-60x45.png","http://www.albertsons.com/wp-content/uploads/2013/06/ClipsBar-CakesAndDeliTrays-780x585-60x45.png",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["3139"],"content-length":["2366"],"content-type":["image/png"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"2a576-93e-4df7ab75a5f80\""],"last-modified":["Wed, 19 Jun 2013 05:01:02 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2379989416 2379901791"]},"image"]
  nightmare:log did-get-response-details +0ms [{},false,"http://www.albertsons.com/wp-content/uploads/2013/06/ClipsBar-Coupons-780x585-60x45.png","http://www.albertsons.com/wp-content/uploads/2013/06/ClipsBar-Coupons-780x585-60x45.png",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["2528"],"content-length":["2325"],"content-type":["image/png"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"2a57d-915-4df7ae59b3180\""],"last-modified":["Wed, 19 Jun 2013 05:13:58 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2379989417 2379921681"]},"image"]
  nightmare:log did-get-response-details +1ms [{},false,"http://www.albertsons.com/wp-content/uploads/2013/06/ClipsBar-ShoppingList-780x585-60x45.png","http://www.albertsons.com/wp-content/uploads/2013/06/ClipsBar-ShoppingList-780x585-60x45.png",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["2148"],"content-length":["2446"],"content-type":["image/png"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"2a584-98e-4df7adf7789c0\""],"last-modified":["Wed, 19 Jun 2013 05:12:15 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2379989418 2379932649"]},"image"]
  nightmare:log did-get-response-details +0ms [{},false,"http://www.albertsons.com/wp-content/uploads/2013/06/ClipsBar-WeeklyAdEmail-780x585-60x45.png","http://www.albertsons.com/wp-content/uploads/2013/06/ClipsBar-WeeklyAdEmail-780x585-60x45.png",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["359"],"content-length":["2311"],"content-type":["image/png"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"4760e4-907-4df7ae000de00\""],"last-modified":["Wed, 19 Jun 2013 05:12:24 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["1838771176 1838761357"]},"image"]
  nightmare:log did-get-response-details +0ms [{},false,"http://www.albertsons.com/wp-content/uploads/2016/08/ProteinTravelBarsABS.jpg","http://www.albertsons.com/wp-content/uploads/2016/08/ProteinTravelBarsABS.jpg",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["2886"],"content-length":["20266"],"content-type":["image/jpeg"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"5a4b7-4f2a-53aafb4d37cc0\""],"last-modified":["Mon, 22 Aug 2016 21:26:51 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2379989420 2379910376"]},"image"]
  nightmare:log did-get-response-details +0ms [{},false,"http://www.albertsons.com/wp-content/uploads/2016/08/getty_686341746996879530-768x512.jpg","http://www.albertsons.com/wp-content/uploads/2016/08/getty_686341746996879530-768x512.jpg",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["140"],"content-length":["78351"],"content-type":["image/jpeg"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"5a4ed-1320f-53b009527b700\""],"last-modified":["Fri, 26 Aug 2016 21:56:12 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2379989423 2379986170"]},"image"]
  nightmare:log did-get-response-details +57ms [{},false,"http://assets.pinterest.com/js/pinit.js","http://assets.pinterest.com/js/pinit.js",200,"GET","http://www.albertsons.com/",{"cache-control":["max-age=1209600"],"content-encoding":["gzip"],"content-length":["286"],"content-type":["application/javascript; charset=utf-8"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"last-modified":["Fri, 19 Aug 2016 18:24:17 GMT"],"vary":["Accept-Encoding"]},"script"]
  nightmare:log did-get-response-details +0ms [{},false,"http://www.albertsons.com/wp-includes/js/wp-embed.min.js?ver=4.5.3","http://www.albertsons.com/wp-includes/js/wp-embed.min.js?ver=4.5.3",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["1155"],"content-length":["1403"],"content-type":["text/javascript"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"etag":["\"24613-57b-536791d980cc0\""],"last-modified":["Thu, 30 Jun 2016 06:38:19 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2379989388 2379959307"]},"script"]
  nightmare:log did-frame-finish-load +69ms [{},false]
  nightmare:log did-frame-finish-load +2ms [{},false]
  nightmare:log did-get-response-details +4ms [{},false,"http://staticxx.facebook.com/connect/xd_arbiter/r/uN4_cXtJDGb.js?version=42#channel=f37fc2f4973faac&origin=http%3A%2F%2Fwww.albertsons.com","http://staticxx.facebook.com/connect/xd_arbiter/r/uN4_cXtJDGb.js?version=42#channel=f37fc2f4973faac&origin=http%3A%2F%2Fwww.albertsons.com",200,"GET","http://www.albertsons.com/",{"cache-control":["public, max-age=31536000"],"content-encoding":["gzip"],"content-length":["11565"],"content-type":["text/html; charset=utf-8"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"expires":["Wed, 30 Aug 2017 02:35:10 GMT"],"vary":["Accept-Encoding"],"x-content-type-options":["nosniff"],"x-fb-debug":["yO17VdYuIvrDUmx8MIvKDbzh4CiuVsQSaUwxUML4Luk78hkv7lFGV5ouS1QD+U6uUO++tIDakSzYcN4T6Z8EBg=="],"x-xss-protection":["0"]},"subFrame"]
  nightmare:log did-get-response-details +3ms [{},false,"https://staticxx.facebook.com/connect/xd_arbiter/r/uN4_cXtJDGb.js?version=42#channel=f37fc2f4973faac&origin=http%3A%2F%2Fwww.albertsons.com","https://staticxx.facebook.com/connect/xd_arbiter/r/uN4_cXtJDGb.js?version=42#channel=f37fc2f4973faac&origin=http%3A%2F%2Fwww.albertsons.com",200,"GET","http://www.albertsons.com/",{"cache-control":["public, max-age=31536000"],"content-encoding":["gzip"],"content-length":["11565"],"content-type":["text/html; charset=utf-8"],"date":["Tue, 30 Aug 2016 15:24:33 GMT"],"expires":["Wed, 30 Aug 2017 02:35:10 GMT"],"status":["200"],"vary":["Accept-Encoding"],"x-content-type-options":["nosniff"],"x-fb-debug":["yO17VdYuIvrDUmx8MIvKDbzh4CiuVsQSaUwxUML4Luk78hkv7lFGV5ouS1QD+U6uUO++tIDakSzYcN4T6Z8EBg=="],"x-xss-protection":["0"]},"subFrame"]
  nightmare:log did-frame-finish-load +13ms [{},false]
  nightmare:log did-frame-finish-load +11ms [{},false]
  nightmare:log did-get-response-details +155ms [{},false,"https://www.facebook.com/impression.php/f3593fb4fba1b28/?lid=115&payload=%7B%22source%22%3A%22jssdk%22%7D","https://www.facebook.com/impression.php/f3593fb4fba1b28/?lid=115&payload=%7B%22source%22%3A%22jssdk%22%7D",200,"GET","http://www.albertsons.com/",{"cache-control":["private, no-cache, no-store, must-revalidate"],"content-length":["43"],"content-security-policy":["default-src * data: blob:;script-src *.facebook.com *.fbcdn.net *.facebook.net *.google-analytics.com *.virtualearth.net *.google.com 127.0.0.1:* *.spotilocal.com:* 'unsafe-inline' 'unsafe-eval' fbstatic-a.akamaihd.net fbcdn-static-b-a.akamaihd.net *.atlassolutions.com blob: data:;style-src data: 'unsafe-inline' *;connect-src *.facebook.com *.fbcdn.net *.facebook.net *.spotilocal.com:* *.akamaihd.net wss://*.facebook.com:* https://fb.scanandcleanlocal.com:* *.atlassolutions.com attachment.fbsbx.com ws://localhost:* blob: chrome-extension://boadgeojelhgndaghljhdicfkmllpafd chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm;"],"content-type":["image/gif"],"date":["Tue, 30 Aug 2016 15:30:59 GMT"],"expires":["Sat, 01 Jan 2000 00:00:00 GMT"],"pragma":["no-cache"],"public-key-pins-report-only":["max-age=500; pin-sha256=\"WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18=\"; pin-sha256=\"r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E=\"; pin-sha256=\"q4PO2G2cbkZhZ82+JgmRUyGMoAeozA+BSXVXQWB8XWQ=\"; report-uri=\"http://reports.fb.com/hpkp/\""],"status":["200"],"x-content-type-options":["nosniff"],"x-fb-debug":["LhOZBogYUOg/V3MnjsYVPlVu+fO3v4Alfdkn93DVOPZY8sEXcSKvHB4isFDLXnE+yebnt/Zy1cBO/DjjJ2OZzg=="],"x-frame-options":["DENY"],"x-xss-protection":["0"]},"image"]
  nightmare:log did-get-response-details +90ms [{},false,"https://albertsons.mywebgrocer.com//Ajax/CustomerData/Get/98829CD9-7DC8-4B9E-AE3B-36E0944F5E9B?timestamp=1472571059737","https://albertsons.mywebgrocer.com//Ajax/CustomerData/Get/98829CD9-7DC8-4B9E-AE3B-36E0944F5E9B?timestamp=1472571059737",200,"GET","http://www.albertsons.com/",{"cache-control":["private"],"content-length":["112"],"content-type":["application/x-javascript; charset=utf-8"],"date":["Tue, 30 Aug 2016 15:30:59 GMT"],"p3p":["CP=\"ALL CURa ADMa DEVa TAIa OUR BUS IND ONL UNI COM NAV INT\", policyref=\"/w3c/p3p.xml\""],"set-cookie":["UMA_T=t; domain=.albertsons.mywebgrocer.com; expires=Thu, 29-Sep-2016 15:31:00 GMT; path=/","UMA_S=s=361990357&g=3f040782-8472-420e-9aab-43860606344e; domain=.albertsons.mywebgrocer.com; expires=Thu, 29-Sep-2016 15:31:00 GMT; path=/","SA_STRID=BC1678316; domain=.albertsons.mywebgrocer.com; expires=Wed, 30-Aug-2017 15:31:00 GMT; path=/","UMA_STCF=False; domain=.albertsons.mywebgrocer.com; expires=Wed, 30-Aug-2017 15:31:00 GMT; path=/","TS0119c1c9=01391bcd08951a25a3c8b4644539e04d649709c7bfce101fa18668e2a1208a0d9152b73d34; Path=/","TS0129ed64=01391bcd08913ca3cf9ee5870f10def50c242a9aece42c5459879aab6c6e847052fca81038bad25ee789ca15fb3a5f40d211edaa65c0e6112522611626c251febae62af1b8684257a845cc275754df3bfad61d2a21cc187d86c0b8521dad16444af7234164; path=/; domain=.albertsons.mywebgrocer.com"],"x-aspnet-version":["4.0.30319"],"x-aspnetmvc-version":["3.0"]},"script"]
  nightmare:log did-get-response-details +3ms [{},false,"http://www.googletagmanager.com/gtm.js?id=GTM-9XZQ&l=mwgAnalyticsDataLayer","http://www.googletagmanager.com/gtm.js?id=GTM-9XZQ&l=mwgAnalyticsDataLayer",200,"GET","http://www.albertsons.com/",{"cache-control":["private, max-age=900"],"content-encoding":["gzip"],"content-length":["34297"],"content-type":["application/javascript; charset=UTF-8"],"date":["Tue, 30 Aug 2016 15:24:43 GMT"],"expires":["Tue, 30 Aug 2016 15:24:43 GMT"],"server":["Google Tag Manager (scaffolding)"],"vary":["Accept-Encoding"],"x-xss-protection":["1; mode=block"]},"script"]
  nightmare:log did-get-response-details +1ms [{},false,"http://www.albertsons.com/wp-content/themes/albertsons/images/find-store-bg.gif","http://www.albertsons.com/wp-content/themes/albertsons/images/find-store-bg.gif",200,"GET","http://www.albertsons.com/wp-content/themes/albertsons/style.css?v1",{"accept-ranges":["bytes"],"age":["520"],"content-length":["1496"],"content-type":["image/gif"],"date":["Tue, 30 Aug 2016 15:24:43 GMT"],"etag":["\"3f2324-5d8-4d7e39ee1f880\""],"last-modified":["Thu, 14 Mar 2013 14:48:50 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["500382035 500368267"]},"image"]
  nightmare:log did-get-redirect-request +21ms [{},"http://www.facebook.com/plugins/like.php?href=http://www.albertsons.com/home_slideshow/get-immunized/&send=false&width=200&show_faces=false&font&colorscheme=light&action=like&","https://www.facebook.com/plugins/like.php?href=http://www.albertsons.com/home_slideshow/get-immunized/&send=false&width=200&show_faces=false&font&colorscheme=light&action=like&",false,307,"GET","http://www.albertsons.com/",{"location":["https://www.facebook.com/plugins/like.php?href=http://www.albertsons.com/home_slideshow/get-immunized/&send=false&width=200&show_faces=false&font&colorscheme=light&action=like&"],"non-authoritative-reason":["HSTS"]}]
  nightmare:log did-get-response-details +2ms [{},false,"http://www.albertsons.com/wp-content/themes/albertsons/images/trans-bg.png","http://www.albertsons.com/wp-content/themes/albertsons/images/trans-bg.png",200,"GET","http://www.albertsons.com/wp-content/themes/albertsons/style.css?v1",{"accept-ranges":["bytes"],"age":["2773"],"content-length":["126"],"content-type":["image/png"],"date":["Tue, 30 Aug 2016 15:24:43 GMT"],"etag":["\"2923e6-7e-4d7478ed7cd80\""],"last-modified":["Wed, 06 Mar 2013 20:37:26 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2300686751 2300611098"]},"image"]
  nightmare:log did-frame-finish-load +20ms [{},false]
  nightmare:log did-get-redirect-request +69ms [{},"http://www.facebook.com/plugins/like.php?href=http://www.albertsons.com/home_slideshow/earn-gas-rewards-its-as-easy-as-shop-earn-redeem/&send=false&width=200&show_faces=false&font&colorscheme=light&action=like&","https://www.facebook.com/plugins/like.php?href=http://www.albertsons.com/home_slideshow/earn-gas-rewards-its-as-easy-as-shop-earn-redeem/&send=false&width=200&show_faces=false&font&colorscheme=light&action=like&",false,307,"GET","http://www.albertsons.com/",{"location":["https://www.facebook.com/plugins/like.php?href=http://www.albertsons.com/home_slideshow/earn-gas-rewards-its-as-easy-as-shop-earn-redeem/&send=false&width=200&show_faces=false&font&colorscheme=light&action=like&"],"non-authoritative-reason":["HSTS"]}]
  nightmare:log did-get-redirect-request +25ms [{},"http://www.facebook.com/plugins/like.php?href=http://www.albertsons.com/home_slideshow/let-us-be-your-pharmacy/&send=false&width=200&show_faces=false&font&colorscheme=light&action=like&","https://www.facebook.com/plugins/like.php?href=http://www.albertsons.com/home_slideshow/let-us-be-your-pharmacy/&send=false&width=200&show_faces=false&font&colorscheme=light&action=like&",false,307,"GET","http://www.albertsons.com/",{"location":["https://www.facebook.com/plugins/like.php?href=http://www.albertsons.com/home_slideshow/let-us-be-your-pharmacy/&send=false&width=200&show_faces=false&font&colorscheme=light&action=like&"],"non-authoritative-reason":["HSTS"]}]
  nightmare:log did-get-redirect-request +13ms [{},"http://www.facebook.com/plugins/like.php?href=http://www.albertsons.com/home_slideshow/great-recipes/&send=false&width=200&show_faces=false&font&colorscheme=light&action=like&","https://www.facebook.com/plugins/like.php?href=http://www.albertsons.com/home_slideshow/great-recipes/&send=false&width=200&show_faces=false&font&colorscheme=light&action=like&",false,307,"GET","http://www.albertsons.com/",{"location":["https://www.facebook.com/plugins/like.php?href=http://www.albertsons.com/home_slideshow/great-recipes/&send=false&width=200&show_faces=false&font&colorscheme=light&action=like&"],"non-authoritative-reason":["HSTS"]}]
  nightmare:log did-get-redirect-request +55ms [{},"http://www.facebook.com/plugins/like.php?href=http://www.albertsons.com/home_slideshow/online-weekly-ad/&send=false&width=200&show_faces=false&font&colorscheme=light&action=like&","https://www.facebook.com/plugins/like.php?href=http://www.albertsons.com/home_slideshow/online-weekly-ad/&send=false&width=200&show_faces=false&font&colorscheme=light&action=like&",false,307,"GET","http://www.albertsons.com/",{"location":["https://www.facebook.com/plugins/like.php?href=http://www.albertsons.com/home_slideshow/online-weekly-ad/&send=false&width=200&show_faces=false&font&colorscheme=light&action=like&"],"non-authoritative-reason":["HSTS"]}]
  nightmare:log did-get-response-details +7ms [{},false,"https://www.facebook.com/plugins/like.php?href=http://www.albertsons.com/home_slideshow/get-immunized/&send=false&width=200&show_faces=false&font&colorscheme=light&action=like&","http://www.facebook.com/plugins/like.php?href=http://www.albertsons.com/home_slideshow/get-immunized/&send=false&width=200&show_faces=false&font&colorscheme=light&action=like&",200,"GET","http://www.albertsons.com/",{"cache-control":["private, no-cache, no-store, must-revalidate"],"content-encoding":["gzip"],"content-security-policy":["default-src * data: blob:;script-src *.facebook.com *.fbcdn.net *.facebook.net *.google-analytics.com *.virtualearth.net *.google.com 127.0.0.1:* *.spotilocal.com:* 'unsafe-inline' 'unsafe-eval' fbstatic-a.akamaihd.net fbcdn-static-b-a.akamaihd.net *.atlassolutions.com blob: data:;style-src data: 'unsafe-inline' *;connect-src *.facebook.com *.fbcdn.net *.facebook.net *.spotilocal.com:* *.akamaihd.net wss://*.facebook.com:* https://fb.scanandcleanlocal.com:* *.atlassolutions.com attachment.fbsbx.com ws://localhost:* blob: chrome-extension://boadgeojelhgndaghljhdicfkmllpafd chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm;"],"content-type":["text/html"],"date":["Tue, 30 Aug 2016 15:31:00 GMT"],"expires":["Sat, 01 Jan 2000 00:00:00 GMT"],"pragma":["no-cache"],"public-key-pins-report-only":["max-age=500; pin-sha256=\"WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18=\"; pin-sha256=\"r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E=\"; pin-sha256=\"q4PO2G2cbkZhZ82+JgmRUyGMoAeozA+BSXVXQWB8XWQ=\"; report-uri=\"http://reports.fb.com/hpkp/\""],"status":["200"],"strict-transport-security":["max-age=15552000; preload"],"timing-allow-origin":["*"],"vary":["Accept-Encoding"],"x-content-type-options":["nosniff"],"x-fb-debug":["rgjCRtfz71HIidgQDo3MWGebNfeUswJ14ocU6+HsryMErGsyjD9iu7N16PawEIVYKxwg3phPyqZ+BjJzDi4DVQ=="],"x-xss-protection":["0"]},"subFrame"]
  nightmare:log did-get-response-details +24ms [{},false,"http://www.google-analytics.com/analytics.js","http://www.google-analytics.com/analytics.js",200,"GET","http://www.albertsons.com/",{"age":["2671"],"cache-control":["public, max-age=7200"],"content-encoding":["gzip"],"content-length":["11590"],"content-type":["text/javascript"],"date":["Tue, 30 Aug 2016 14:40:12 GMT"],"expires":["Tue, 30 Aug 2016 16:40:12 GMT"],"last-modified":["Mon, 15 Aug 2016 04:25:11 GMT"],"server":["Golfe2"],"vary":["Accept-Encoding"],"x-content-type-options":["nosniff"]},"script"]
  nightmare:log did-frame-finish-load +3ms [{},false]
  nightmare:log did-get-response-details +4ms [{},false,"https://www.facebook.com/plugins/like.php?href=http://www.albertsons.com/home_slideshow/earn-gas-rewards-its-as-easy-as-shop-earn-redeem/&send=false&width=200&show_faces=false&font&colorscheme=light&action=like&","http://www.facebook.com/plugins/like.php?href=http://www.albertsons.com/home_slideshow/earn-gas-rewards-its-as-easy-as-shop-earn-redeem/&send=false&width=200&show_faces=false&font&colorscheme=light&action=like&",200,"GET","http://www.albertsons.com/",{"cache-control":["private, no-cache, no-store, must-revalidate"],"content-encoding":["gzip"],"content-security-policy":["default-src * data: blob:;script-src *.facebook.com *.fbcdn.net *.facebook.net *.google-analytics.com *.virtualearth.net *.google.com 127.0.0.1:* *.spotilocal.com:* 'unsafe-inline' 'unsafe-eval' fbstatic-a.akamaihd.net fbcdn-static-b-a.akamaihd.net *.atlassolutions.com blob: data:;style-src data: 'unsafe-inline' *;connect-src *.facebook.com *.fbcdn.net *.facebook.net *.spotilocal.com:* *.akamaihd.net wss://*.facebook.com:* https://fb.scanandcleanlocal.com:* *.atlassolutions.com attachment.fbsbx.com ws://localhost:* blob: chrome-extension://boadgeojelhgndaghljhdicfkmllpafd chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm;"],"content-type":["text/html"],"date":["Tue, 30 Aug 2016 15:31:00 GMT"],"expires":["Sat, 01 Jan 2000 00:00:00 GMT"],"pragma":["no-cache"],"public-key-pins-report-only":["max-age=500; pin-sha256=\"WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18=\"; pin-sha256=\"r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E=\"; pin-sha256=\"q4PO2G2cbkZhZ82+JgmRUyGMoAeozA+BSXVXQWB8XWQ=\"; report-uri=\"http://reports.fb.com/hpkp/\""],"status":["200"],"strict-transport-security":["max-age=15552000; preload"],"timing-allow-origin":["*"],"vary":["Accept-Encoding"],"x-content-type-options":["nosniff"],"x-fb-debug":["pLVj7qzM3JhiZVK+YLOZ+gWDz0/fxcTXHDSHvb9/xLxB/PRSBdJMp4MbQAKvOwnksGSHRyaZI7Af0V0LCUWeTg=="],"x-xss-protection":["0"]},"subFrame"]
  nightmare:log did-get-response-details +15ms [{},false,"https://www.facebook.com/plugins/like.php?href=http://www.albertsons.com/home_slideshow/let-us-be-your-pharmacy/&send=false&width=200&show_faces=false&font&colorscheme=light&action=like&","http://www.facebook.com/plugins/like.php?href=http://www.albertsons.com/home_slideshow/let-us-be-your-pharmacy/&send=false&width=200&show_faces=false&font&colorscheme=light&action=like&",200,"GET","http://www.albertsons.com/",{"cache-control":["private, no-cache, no-store, must-revalidate"],"content-encoding":["gzip"],"content-security-policy":["default-src * data: blob:;script-src *.facebook.com *.fbcdn.net *.facebook.net *.google-analytics.com *.virtualearth.net *.google.com 127.0.0.1:* *.spotilocal.com:* 'unsafe-inline' 'unsafe-eval' fbstatic-a.akamaihd.net fbcdn-static-b-a.akamaihd.net *.atlassolutions.com blob: data:;style-src data: 'unsafe-inline' *;connect-src *.facebook.com *.fbcdn.net *.facebook.net *.spotilocal.com:* *.akamaihd.net wss://*.facebook.com:* https://fb.scanandcleanlocal.com:* *.atlassolutions.com attachment.fbsbx.com ws://localhost:* blob: chrome-extension://boadgeojelhgndaghljhdicfkmllpafd chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm;"],"content-type":["text/html"],"date":["Tue, 30 Aug 2016 15:31:00 GMT"],"expires":["Sat, 01 Jan 2000 00:00:00 GMT"],"pragma":["no-cache"],"public-key-pins-report-only":["max-age=500; pin-sha256=\"WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18=\"; pin-sha256=\"r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E=\"; pin-sha256=\"q4PO2G2cbkZhZ82+JgmRUyGMoAeozA+BSXVXQWB8XWQ=\"; report-uri=\"http://reports.fb.com/hpkp/\""],"status":["200"],"strict-transport-security":["max-age=15552000; preload"],"timing-allow-origin":["*"],"vary":["Accept-Encoding"],"x-content-type-options":["nosniff"],"x-fb-debug":["bkfpkX77/kD9lzKPWgarbHR6ynm3tTIoEcXaRfi2CD3VVgBcarydCVRxsEF83ZIlI/yw6rPjn30chbokg0n4MQ=="],"x-xss-protection":["0"]},"subFrame"]
  nightmare:log did-frame-finish-load +0ms [{},false]
  nightmare:log did-frame-finish-load +0ms [{},false]
  nightmare:log did-get-response-details +4ms [{},false,"http://tags.crwdcntrl.net/c/3841/cc_af.js","http://tags.crwdcntrl.net/c/3841/cc_af.js",200,"GET","http://www.albertsons.com/",{"cache-control":["max-age=86400"],"content-encoding":["gzip"],"content-length":["40892"],"content-type":["application/javascript"],"date":["Tue, 30 Aug 2016 15:24:43 GMT"],"etag":["\"57aa047b-ce95e+gzip\""],"expires":["Wed, 31 Aug 2016 15:24:43 GMT"],"last-modified":["Tue, 09 Aug 2016 16:27:39 GMT"],"server":["ECS (dfw/5673)"],"vary":["Accept-Encoding"],"x-cache":["HIT"]},"script"]
  nightmare:log did-get-response-details +1ms [{},false,"http://connect.facebook.net/en_US/fbds.js","http://connect.facebook.net/en_US/fbds.js",200,"GET","http://www.albertsons.com/",{"access-control-expose-headers":["X-FB-Content-MD5"],"cache-control":["public, max-age=1200, stale-while-revalidate=3600"],"content-encoding":["gzip"],"content-length":["1579"],"content-md5":["3Fp6Go4++/pr5LA6U5SBFg=="],"content-type":["application/x-javascript; charset=utf-8"],"date":["Tue, 30 Aug 2016 15:24:43 GMT"],"etag":["\"f3733f99183d792d5c6b8241e6da9cfb\""],"expires":["Tue, 30 Aug 2016 15:35:45 GMT"],"timing-allow-origin":["*"],"vary":["Accept-Encoding"],"x-content-type-options":["nosniff"],"x-fb-content-md5":["52acefb4e69b65cf797da76f7eb9d34a"],"x-fb-debug":["0tjnWKETmDPEnDXJ9V3MbCrQuTmDZzPIdUU4PqdM2NyLgffcO2oFlInVLI3k+vIw5pIAtrr3Guzu/kr+F33rxg=="],"x-frame-options":["DENY"],"x-xss-protection":["0"]},"script"]
  nightmare:log did-get-response-details +15ms [{},false,"https://www.facebook.com/plugins/like.php?href=http://www.albertsons.com/home_slideshow/great-recipes/&send=false&width=200&show_faces=false&font&colorscheme=light&action=like&","http://www.facebook.com/plugins/like.php?href=http://www.albertsons.com/home_slideshow/great-recipes/&send=false&width=200&show_faces=false&font&colorscheme=light&action=like&",200,"GET","http://www.albertsons.com/",{"cache-control":["private, no-cache, no-store, must-revalidate"],"content-encoding":["gzip"],"content-security-policy":["default-src * data: blob:;script-src *.facebook.com *.fbcdn.net *.facebook.net *.google-analytics.com *.virtualearth.net *.google.com 127.0.0.1:* *.spotilocal.com:* 'unsafe-inline' 'unsafe-eval' fbstatic-a.akamaihd.net fbcdn-static-b-a.akamaihd.net *.atlassolutions.com blob: data:;style-src data: 'unsafe-inline' *;connect-src *.facebook.com *.fbcdn.net *.facebook.net *.spotilocal.com:* *.akamaihd.net wss://*.facebook.com:* https://fb.scanandcleanlocal.com:* *.atlassolutions.com attachment.fbsbx.com ws://localhost:* blob: chrome-extension://boadgeojelhgndaghljhdicfkmllpafd chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm;"],"content-type":["text/html"],"date":["Tue, 30 Aug 2016 15:31:00 GMT"],"expires":["Sat, 01 Jan 2000 00:00:00 GMT"],"pragma":["no-cache"],"public-key-pins-report-only":["max-age=500; pin-sha256=\"WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18=\"; pin-sha256=\"r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E=\"; pin-sha256=\"q4PO2G2cbkZhZ82+JgmRUyGMoAeozA+BSXVXQWB8XWQ=\"; report-uri=\"http://reports.fb.com/hpkp/\""],"status":["200"],"strict-transport-security":["max-age=15552000; preload"],"timing-allow-origin":["*"],"vary":["Accept-Encoding"],"x-content-type-options":["nosniff"],"x-fb-debug":["LBdQeEFyosu99kvousR1YKWlteZG2gQTcLtiUXpLPcZv8wg1msytmVwgqrm1t9vh/r8OpL3ZpjY33qZo6ALqyg=="],"x-xss-protection":["0"]},"subFrame"]
  nightmare:log did-get-response-details +21ms [{},false,"http://www.albertsons.com/wp-content/themes/albertsons/images/footer-wrapper-bg.gif","http://www.albertsons.com/wp-content/themes/albertsons/images/footer-wrapper-bg.gif",200,"GET","http://www.albertsons.com/wp-content/themes/albertsons/style.css?v1",{"accept-ranges":["bytes"],"age":["1071"],"content-length":["171"],"content-type":["image/gif"],"date":["Tue, 30 Aug 2016 15:24:43 GMT"],"etag":["\"3f2326-ab-4d7478e9ac480\""],"last-modified":["Wed, 06 Mar 2013 20:37:22 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["500382043 500352704"]},"image"]
  nightmare:log did-get-response-details +0ms [{},false,"http://www.albertsons.com/wp-content/themes/albertsons/images/fm-wrapper-bg.gif","http://www.albertsons.com/wp-content/themes/albertsons/images/fm-wrapper-bg.gif",200,"GET","http://www.albertsons.com/wp-content/themes/albertsons/style.css?v1",{"accept-ranges":["bytes"],"age":["847"],"content-length":["418"],"content-type":["image/gif"],"date":["Tue, 30 Aug 2016 15:24:43 GMT"],"etag":["\"2923be-1a2-4d7478e9ac480\""],"last-modified":["Wed, 06 Mar 2013 20:37:22 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2300686758 2300665089"]},"image"]
  nightmare:log did-get-response-details +1ms [{},false,"http://www.albertsons.com/wp-content/themes/albertsons/images/credits-seps.gif","http://www.albertsons.com/wp-content/themes/albertsons/images/credits-seps.gif",200,"GET","http://www.albertsons.com/wp-content/themes/albertsons/style.css?v1",{"accept-ranges":["bytes"],"age":["746"],"content-length":["44"],"content-type":["image/gif"],"date":["Tue, 30 Aug 2016 15:24:43 GMT"],"etag":["\"2923b7-2c-4d7478e9ac480\""],"last-modified":["Wed, 06 Mar 2013 20:37:22 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2300686760 2300667829"]},"image"]
  nightmare:log did-get-response-details +42ms [{},false,"https://www.facebook.com/plugins/like.php?href=http://www.albertsons.com/home_slideshow/online-weekly-ad/&send=false&width=200&show_faces=false&font&colorscheme=light&action=like&","http://www.facebook.com/plugins/like.php?href=http://www.albertsons.com/home_slideshow/online-weekly-ad/&send=false&width=200&show_faces=false&font&colorscheme=light&action=like&",200,"GET","http://www.albertsons.com/",{"cache-control":["private, no-cache, no-store, must-revalidate"],"content-encoding":["gzip"],"content-security-policy":["default-src * data: blob:;script-src *.facebook.com *.fbcdn.net *.facebook.net *.google-analytics.com *.virtualearth.net *.google.com 127.0.0.1:* *.spotilocal.com:* 'unsafe-inline' 'unsafe-eval' fbstatic-a.akamaihd.net fbcdn-static-b-a.akamaihd.net *.atlassolutions.com blob: data:;style-src data: 'unsafe-inline' *;connect-src *.facebook.com *.fbcdn.net *.facebook.net *.spotilocal.com:* *.akamaihd.net wss://*.facebook.com:* https://fb.scanandcleanlocal.com:* *.atlassolutions.com attachment.fbsbx.com ws://localhost:* blob: chrome-extension://boadgeojelhgndaghljhdicfkmllpafd chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm;"],"content-type":["text/html"],"date":["Tue, 30 Aug 2016 15:31:00 GMT"],"expires":["Sat, 01 Jan 2000 00:00:00 GMT"],"pragma":["no-cache"],"public-key-pins-report-only":["max-age=500; pin-sha256=\"WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18=\"; pin-sha256=\"r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E=\"; pin-sha256=\"q4PO2G2cbkZhZ82+JgmRUyGMoAeozA+BSXVXQWB8XWQ=\"; report-uri=\"http://reports.fb.com/hpkp/\""],"status":["200"],"strict-transport-security":["max-age=15552000; preload"],"timing-allow-origin":["*"],"vary":["Accept-Encoding"],"x-content-type-options":["nosniff"],"x-fb-debug":["BXRl5A7EDI35Z9/WpmuJcJCV9XBua+VLQ7FuUs53/fH5NfUAuNbtjEF8HzQ3pOMRTRqE5Ix4OUMzxRJtwPZUOg=="],"x-xss-protection":["0"]},"subFrame"]
  nightmare:log did-get-response-details +9ms [{},false,"http://www.albertsons.com/wp-content/themes/albertsons/images/m-bg-new-2.png","http://www.albertsons.com/wp-content/themes/albertsons/images/m-bg-new-2.png",200,"GET","http://www.albertsons.com/wp-content/themes/albertsons/style.css?v1",{"accept-ranges":["bytes"],"age":["3156"],"content-length":["3263"],"content-type":["image/png"],"date":["Tue, 30 Aug 2016 15:24:43 GMT"],"etag":["\"3f233a-cbf-4e08ce15f3900\""],"last-modified":["Tue, 02 Jul 2013 20:06:28 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["500382046 500289323"]},"image"]
  nightmare:log did-get-response-details +9ms [{},false,"http://www.albertsons.com/wp-content/themes/albertsons/images/shadow.png","http://www.albertsons.com/wp-content/themes/albertsons/images/shadow.png",200,"GET","http://www.albertsons.com/wp-content/themes/albertsons/style.css?v1",{"accept-ranges":["bytes"],"age":["1798"],"content-length":["1698"],"content-type":["image/png"],"date":["Tue, 30 Aug 2016 15:24:43 GMT"],"etag":["\"45a34d-6a2-4d7478ed7cd80\""],"last-modified":["Wed, 06 Mar 2013 20:37:26 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["509332819 509285070"]},"image"]
  nightmare:log did-get-redirect-request +3ms [{},"http://ad.doubleclick.net/activity;src=3412342;type=mwg_a0;cat=mwg_a001;u3=Page_WWW;u2=www.albertsons.com;ord=4373203833469?","http://ad.doubleclick.net/activity;dc_pre=CIz429e66c4CFUoHgQodvggJrQ;src=3412342;type=mwg_a0;cat=mwg_a001;u3=Page_WWW;u2=www.albertsons.com;ord=4373203833469",false,302,"GET","http://www.albertsons.com/",{"cache-control":["no-cache, must-revalidate"],"content-length":["0"],"content-type":["text/html; charset=UTF-8"],"date":["Tue, 30 Aug 2016 15:31:00 GMT"],"expires":["Fri, 01 Jan 1990 00:00:00 GMT"],"follow-only-when-prerender-shown":["1"],"location":["http://ad.doubleclick.net/activity;dc_pre=CIz429e66c4CFUoHgQodvggJrQ;src=3412342;type=mwg_a0;cat=mwg_a001;u3=Page_WWW;u2=www.albertsons.com;ord=4373203833469"],"p3p":["policyref=\"http://googleads.g.doubleclick.net/pagead/gcn_p3p_.xml\", CP=\"CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR\""],"pragma":["no-cache"],"server":["cafe"],"x-content-type-options":["nosniff"],"x-xss-protection":["1; mode=block"]}]
  nightmare:log did-get-redirect-request +1ms [{},"http://ad.doubleclick.net/activity;src=3412342;type=mwg_a0;cat=mwg_a002;u3=Page_WWW;u2=www.albertsons.com;ord=1;num=6974366779833?","http://ad.doubleclick.net/activity;dc_pre=CN_629e66c4CFQIYgQod8D0PVQ;src=3412342;type=mwg_a0;cat=mwg_a002;u3=Page_WWW;u2=www.albertsons.com;ord=1;num=6974366779833",false,302,"GET","http://www.albertsons.com/",{"cache-control":["no-cache, must-revalidate"],"content-length":["0"],"content-type":["text/html; charset=UTF-8"],"date":["Tue, 30 Aug 2016 15:31:00 GMT"],"expires":["Fri, 01 Jan 1990 00:00:00 GMT"],"follow-only-when-prerender-shown":["1"],"location":["http://ad.doubleclick.net/activity;dc_pre=CN_629e66c4CFQIYgQod8D0PVQ;src=3412342;type=mwg_a0;cat=mwg_a002;u3=Page_WWW;u2=www.albertsons.com;ord=1;num=6974366779833"],"p3p":["policyref=\"http://googleads.g.doubleclick.net/pagead/gcn_p3p_.xml\", CP=\"CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR\""],"pragma":["no-cache"],"server":["cafe"],"x-content-type-options":["nosniff"],"x-xss-protection":["1; mode=block"]}]
  nightmare:log did-get-response-details +16ms [{},false,"http://www.albertsons.com/wp-content/themes/albertsons/images/slide-nav-bg.png","http://www.albertsons.com/wp-content/themes/albertsons/images/slide-nav-bg.png",200,"GET","http://www.albertsons.com/wp-content/themes/albertsons/style.css?v1",{"accept-ranges":["bytes"],"age":["2762"],"content-length":["522"],"content-type":["image/png"],"date":["Tue, 30 Aug 2016 15:24:43 GMT"],"etag":["\"2923e2-20a-4d7478ed7cd80\""],"last-modified":["Wed, 06 Mar 2013 20:37:26 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2300686762 2300611470"]},"image"]
  nightmare:log did-get-redirect-request +2ms [{},"http://3412342.fls.doubleclick.net/activityi;src=3412342;type=mwg_a0;cat=mwg_a0;u3=Page_WWW;u2=www.albertsons.com;ord=3572725699117;~oref=http%3A%2F%2Fwww.albertsons.com%2F?","http://3412342.fls.doubleclick.net/activityi;dc_pre=CNz33Ne66c4CFem5swod2UoJHg;src=3412342;type=mwg_a0;cat=mwg_a0;u3=Page_WWW;u2=www.albertsons.com;ord=3572725699117;~oref=http%3A%2F%2Fwww.albertsons.com%2F",false,302,"GET","http://www.albertsons.com/",{"cache-control":["no-cache, must-revalidate"],"content-length":["0"],"content-type":["text/html; charset=UTF-8"],"date":["Tue, 30 Aug 2016 15:31:00 GMT"],"expires":["Fri, 01 Jan 1990 00:00:00 GMT"],"follow-only-when-prerender-shown":["1"],"location":["http://3412342.fls.doubleclick.net/activityi;dc_pre=CNz33Ne66c4CFem5swod2UoJHg;src=3412342;type=mwg_a0;cat=mwg_a0;u3=Page_WWW;u2=www.albertsons.com;ord=3572725699117;~oref=http%3A%2F%2Fwww.albertsons.com%2F"],"p3p":["policyref=\"http://googleads.g.doubleclick.net/pagead/gcn_p3p_.xml\", CP=\"CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR\""],"pragma":["no-cache"],"server":["cafe"],"strict-transport-security":["max-age=21600"],"x-content-type-options":["nosniff"],"x-xss-protection":["1; mode=block"]}]
  nightmare:log did-get-redirect-request +5ms [{},"http://3412342.fls.doubleclick.net/activityi;src=3412342;type=mwg_a0;cat=mwg_a00;u3=Page_WWW;u2=www.albertsons.com;ord=1;num=2864684660702;~oref=http%3A%2F%2Fwww.albertsons.com%2F?","http://3412342.fls.doubleclick.net/activityi;dc_pre=CK-d3de66c4CFUO1swodB-UGQw;src=3412342;type=mwg_a0;cat=mwg_a00;u3=Page_WWW;u2=www.albertsons.com;ord=1;num=2864684660702;~oref=http%3A%2F%2Fwww.albertsons.com%2F",false,302,"GET","http://www.albertsons.com/",{"cache-control":["no-cache, must-revalidate"],"content-length":["0"],"content-type":["text/html; charset=UTF-8"],"date":["Tue, 30 Aug 2016 15:31:00 GMT"],"expires":["Fri, 01 Jan 1990 00:00:00 GMT"],"follow-only-when-prerender-shown":["1"],"location":["http://3412342.fls.doubleclick.net/activityi;dc_pre=CK-d3de66c4CFUO1swodB-UGQw;src=3412342;type=mwg_a0;cat=mwg_a00;u3=Page_WWW;u2=www.albertsons.com;ord=1;num=2864684660702;~oref=http%3A%2F%2Fwww.albertsons.com%2F"],"p3p":["policyref=\"http://googleads.g.doubleclick.net/pagead/gcn_p3p_.xml\", CP=\"CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR\""],"pragma":["no-cache"],"server":["cafe"],"strict-transport-security":["max-age=21600"],"x-content-type-options":["nosniff"],"x-xss-protection":["1; mode=block"]}]
  nightmare:log did-get-response-details +10ms [{},false,"http://www.googletagservices.com/tag/js/gpt.js","http://www.googletagservices.com/tag/js/gpt.js",200,"GET","http://www.albertsons.com/",{"age":["339"],"cache-control":["private, max-age=900, stale-while-revalidate=3600"],"content-encoding":["gzip"],"content-length":["1599"],"content-type":["text/javascript"],"date":["Tue, 30 Aug 2016 15:25:21 GMT"],"expires":["Tue, 30 Aug 2016 15:25:21 GMT"],"last-modified":["Mon, 29 Aug 2016 23:13:20 GMT"],"server":["sffe"],"timing-allow-origin":["*"],"vary":["Accept-Encoding"],"x-content-type-options":["nosniff"],"x-xss-protection":["1; mode=block"]},"script"]
  nightmare:log did-get-response-details +8ms [{},false,"http://cdn.printfriendly.com/printfriendly.js","http://cdn.printfriendly.com/printfriendly.js",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=300"],"content-encoding":["gzip"],"content-length":["5504"],"content-type":["text/javascript; charset=UTF-8"],"date":["Tue, 30 Aug 2016 15:31:00 GMT"],"etag":["\"4994c1efafef81b2402570879f392853\""],"expires":["Tue, 30 Aug 2016 15:36:00 GMT"],"last-modified":["Mon, 15 Aug 2016 13:28:04 GMT"],"server":["ECS (dfw/2792)"],"vary":["Accept-Encoding"],"x-cache":["HIT"],"x-goog-generation":["1471267684739000"],"x-goog-hash":["crc32c=msarrA==","md5=SZTB76/vgbJAJXCHnzkoUw=="],"x-goog-metageneration":["1"],"x-goog-storage-class":["STANDARD"],"x-goog-stored-content-encoding":["gzip"],"x-goog-stored-content-length":["5504"],"x-guploader-uploadid":["AEnB2UoJvJht1rmJ020Eptb0Oce8V5h6cvNVCT27UAL3y9xKxGrR8SvMcV_0dMMiVUzgEo57c0J_TYMaOQJKetqJWVl4SjMLyw"]},"script"]
  nightmare:log did-get-response-details +24ms [{},false,"http://s7.addthis.com/static/menu.fddd14fceaee9d2e53bf.js","http://s7.addthis.com/static/menu.fddd14fceaee9d2e53bf.js",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"cache-control":["public, no-check, max-age=86313600"],"cf-cache-status":["HIT"],"cf-ray":["2da940545f462006-DFW"],"content-encoding":["gzip"],"content-length":["14019"],"content-type":["text/javascript"],"date":["Tue, 30 Aug 2016 15:24:43 GMT"],"last-modified":["Mon, 29 Aug 2016 15:31:10 GMT"],"server":["cloudflare-nginx"],"surrogate-key":["client_dist"],"timing-allow-origin":["*"],"vary":["Accept-Encoding"],"x-host":["s7.addthis.com"]},"script"]
  nightmare:log did-get-response-details +0ms [{},false,"http://platform.twitter.com/widgets.js","http://platform.twitter.com/widgets.js",200,"GET","http://www.albertsons.com/",{"cache-control":["public, max-age=1800"],"content-encoding":["gzip"],"content-length":["32660"],"content-type":["application/javascript; charset=utf-8"],"date":["Tue, 30 Aug 2016 15:24:43 GMT"],"etag":["\"e8aa035a6c270053d1775e4d45a6eb60+gzip\""],"last-modified":["Fri, 26 Aug 2016 17:43:48 GMT"],"p3p":["CP=\"CAO DSP LAW CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa OUR BUS IND UNI COM NAV INT\""],"server":["ECS (dfw/F4AA)"],"vary":["Accept-Encoding"],"x-cache":["HIT"]},"script"]
  nightmare:log dom-ready +12ms [{}]
  nightmare:log did-get-response-details +12ms [{},false,"http://www.google-analytics.com/plugins/ua/linkid.js","http://www.google-analytics.com/plugins/ua/linkid.js",200,"GET","http://www.albertsons.com/",{"age":["496"],"cache-control":["public, max-age=3600"],"content-encoding":["gzip"],"content-length":["856"],"content-type":["text/javascript"],"date":["Tue, 30 Aug 2016 15:16:27 GMT"],"expires":["Tue, 30 Aug 2016 16:16:27 GMT"],"last-modified":["Thu, 21 Apr 2016 03:17:22 GMT"],"server":["sffe"],"vary":["Accept-Encoding"],"x-content-type-options":["nosniff"],"x-xss-protection":["1; mode=block"]},"script"]
  nightmare:log did-get-response-details +1ms [{},false,"http://www.google-analytics.com/plugins/ua/ec.js","http://www.google-analytics.com/plugins/ua/ec.js",200,"GET","http://www.albertsons.com/",{"age":["300"],"cache-control":["public, max-age=3600"],"content-encoding":["gzip"],"content-length":["1296"],"content-type":["text/javascript"],"date":["Tue, 30 Aug 2016 15:19:43 GMT"],"expires":["Tue, 30 Aug 2016 16:19:43 GMT"],"last-modified":["Thu, 21 Apr 2016 03:17:22 GMT"],"server":["sffe"],"vary":["Accept-Encoding"],"x-content-type-options":["nosniff"],"x-xss-protection":["1; mode=block"]},"script"]
  nightmare:log did-get-response-details +17ms [{},false,"https://www.facebook.com/rsrc.php/v3/yD/r/FEppCFCt76d.png","https://www.facebook.com/rsrc.php/v3/yD/r/FEppCFCt76d.png",200,"GET","https://www.facebook.com/plugins/like.php?href=http://www.albertsons.com/home_slideshow/get-immunized/&send=false&width=200&show_faces=false&font&colorscheme=light&action=like&",{"access-control-allow-credentials":["true"],"access-control-allow-origin":["*"],"cache-control":["public, max-age=31536000"],"content-length":["299"],"content-md5":["OIlAxCmR79nrM/Ez4ygGlg=="],"content-security-policy":["default-src * data: blob:;script-src *.facebook.com *.fbcdn.net *.facebook.net *.google-analytics.com *.virtualearth.net *.google.com 127.0.0.1:* *.spotilocal.com:* 'unsafe-inline' 'unsafe-eval' fbstatic-a.akamaihd.net fbcdn-static-b-a.akamaihd.net *.atlassolutions.com blob: data:;style-src data: 'unsafe-inline' *;connect-src *.facebook.com *.fbcdn.net *.facebook.net *.spotilocal.com:* *.akamaihd.net wss://*.facebook.com:* https://fb.scanandcleanlocal.com:* *.atlassolutions.com attachment.fbsbx.com ws://localhost:* blob: chrome-extension://boadgeojelhgndaghljhdicfkmllpafd chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm;"],"content-type":["image/png"],"date":["Tue, 30 Aug 2016 00:50:06 GMT"],"expires":["Wed, 30 Aug 2017 00:50:06 GMT"],"last-modified":["Mon, 01 Jan 2001 08:00:00 GMT"],"status":["200"],"timing-allow-origin":["*"],"x-content-type-options":["nosniff"],"x-fb-debug":["Umj1TAKiWbe8G4tpwVqq/tB0VHIHRQE3fe24wbpsrz1WY6fHQMxBZl+zKvWJrtuYkAfwPDUC2LQLhnmGFVf64w=="],"x-frame-options":["DENY"],"x-xss-protection":["0"]},"image"]
  nightmare:log did-get-response-details +3ms [{},false,"https://www.facebook.com/rsrc.php/v3iSgH4/yC/l/en_US/ea7EtetQT7H.js","https://www.facebook.com/rsrc.php/v3iSgH4/yC/l/en_US/ea7EtetQT7H.js",200,"GET","https://www.facebook.com/plugins/like.php?href=http://www.albertsons.com/home_slideshow/get-immunized/&send=false&width=200&show_faces=false&font&colorscheme=light&action=like&",{"access-control-allow-credentials":["true"],"access-control-allow-origin":["*"],"cache-control":["public, max-age=31536000"],"content-encoding":["gzip"],"content-length":["97236"],"content-md5":["8d6Uzd7mIOamoO0CU7C0dA=="],"content-security-policy":["default-src * data: blob:;script-src *.facebook.com *.fbcdn.net *.facebook.net *.google-analytics.com *.virtualearth.net *.google.com 127.0.0.1:* *.spotilocal.com:* 'unsafe-inline' 'unsafe-eval' fbstatic-a.akamaihd.net fbcdn-static-b-a.akamaihd.net *.atlassolutions.com blob: data:;style-src data: 'unsafe-inline' *;connect-src *.facebook.com *.fbcdn.net *.facebook.net *.spotilocal.com:* *.akamaihd.net wss://*.facebook.com:* https://fb.scanandcleanlocal.com:* *.atlassolutions.com attachment.fbsbx.com ws://localhost:* blob: chrome-extension://boadgeojelhgndaghljhdicfkmllpafd chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm;"],"content-type":["application/x-javascript; charset=utf-8"],"date":["Tue, 30 Aug 2016 01:35:46 GMT"],"expires":["Wed, 30 Aug 2017 01:35:46 GMT"],"last-modified":["Mon, 01 Jan 2001 08:00:00 GMT"],"public-key-pins-report-only":["max-age=500; pin-sha256=\"WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18=\"; pin-sha256=\"r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E=\"; pin-sha256=\"q4PO2G2cbkZhZ82+JgmRUyGMoAeozA+BSXVXQWB8XWQ=\"; report-uri=\"http://reports.fb.com/hpkp/\""],"status":["200"],"timing-allow-origin":["*"],"vary":["Accept-Encoding"],"x-content-type-options":["nosniff"],"x-fb-debug":["l6in9EhxK9Q2wnw2uHLD3IFXhb++yYZOT2a9ej9y0yt79mVOS+aB1L469AZ9sdZFy09NPVzgFDRtJNr6ODpVyA=="],"x-frame-options":["DENY"],"x-xss-protection":["0"]},"xhr"]
  nightmare:log did-get-response-details +14ms [{},false,"http://s7.addthis.com/static/sh.93028dbeac9022361fb0b926.html#rand=0.2502804668449501&iit=1472571060502&tmr=load%3D1472571060140%26core%3D1472571060316%26main%3D1472571060497%26ifr%3D1472571060509&cb=0&cdn=0&md=0&kw=&ab=-&dh=www.albertsons.com&dr=&du=http%3A%2F%2Fwww.albertsons.com%2F&href=http%3A%2F%2Fwww.albertsons.com%2F&dt=Front%20Page&dbg=0&cap=tc%3D0%26ab%3D0&inst=5&jsl=129&prod=undefined&lng=en&ogt=url%2Ctitle%2Cimage%2Ctype%3Dwebsite%2Csite_name&pc=men&pub=xa-4fc14192152e30a5&ssl=0&sid=57c5a6b4bb1892a3&srpl=1&srf=0.01&srx=1&ver=300&xck=0&xtr=0&og=site_name%3DAlbertsons%26type%3Dwebsite%26image%3D%26title%3DFront%2520Page%26url%3Dhttp%253A%252F%252Fwww.albertsons.com%252F&csi=undefined&rev=v7.5.0-wp&ct=1&xld=1&xd=1","http://s7.addthis.com/static/sh.93028dbeac9022361fb0b926.html#rand=0.2502804668449501&iit=1472571060502&tmr=load%3D1472571060140%26core%3D1472571060316%26main%3D1472571060497%26ifr%3D1472571060509&cb=0&cdn=0&md=0&kw=&ab=-&dh=www.albertsons.com&dr=&du=http%3A%2F%2Fwww.albertsons.com%2F&href=http%3A%2F%2Fwww.albertsons.com%2F&dt=Front%20Page&dbg=0&cap=tc%3D0%26ab%3D0&inst=5&jsl=129&prod=undefined&lng=en&ogt=url%2Ctitle%2Cimage%2Ctype%3Dwebsite%2Csite_name&pc=men&pub=xa-4fc14192152e30a5&ssl=0&sid=57c5a6b4bb1892a3&srpl=1&srf=0.01&srx=1&ver=300&xck=0&xtr=0&og=site_name%3DAlbertsons%26type%3Dwebsite%26image%3D%26title%3DFront%2520Page%26url%3Dhttp%253A%252F%252Fwww.albertsons.com%252F&csi=undefined&rev=v7.5.0-wp&ct=1&xld=1&xd=1",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"cache-control":["public, no-check, max-age=86313600"],"cf-cache-status":["HIT"],"cf-ray":["2da940549f532006-DFW"],"content-encoding":["gzip"],"content-length":["26534"],"content-type":["text/html; charset=UTF-8"],"date":["Tue, 30 Aug 2016 15:24:43 GMT"],"last-modified":["Mon, 29 Aug 2016 15:27:35 GMT"],"p3p":["CP=\"NON ADM OUR DEV IND COM STA\""],"server":["cloudflare-nginx"],"surrogate-key":["client_dist"],"timing-allow-origin":["*"],"vary":["Accept-Encoding"],"x-host":["s7.addthis.com"]},"subFrame"]
  nightmare:log did-get-response-details +15ms [{},false,"https://www.facebook.com/rsrc.php/v3iSgH4/yC/l/en_US/ea7EtetQT7H.js","https://www.facebook.com/rsrc.php/v3iSgH4/yC/l/en_US/ea7EtetQT7H.js",200,"GET","https://www.facebook.com/plugins/like.php?href=http://www.albertsons.com/home_slideshow/earn-gas-rewards-its-as-easy-as-shop-earn-redeem/&send=false&width=200&show_faces=false&font&colorscheme=light&action=like&",{"access-control-allow-credentials":["true"],"access-control-allow-origin":["*"],"cache-control":["public, max-age=31536000"],"content-encoding":["gzip"],"content-length":["97236"],"content-md5":["8d6Uzd7mIOamoO0CU7C0dA=="],"content-security-policy":["default-src * data: blob:;script-src *.facebook.com *.fbcdn.net *.facebook.net *.google-analytics.com *.virtualearth.net *.google.com 127.0.0.1:* *.spotilocal.com:* 'unsafe-inline' 'unsafe-eval' fbstatic-a.akamaihd.net fbcdn-static-b-a.akamaihd.net *.atlassolutions.com blob: data:;style-src data: 'unsafe-inline' *;connect-src *.facebook.com *.fbcdn.net *.facebook.net *.spotilocal.com:* *.akamaihd.net wss://*.facebook.com:* https://fb.scanandcleanlocal.com:* *.atlassolutions.com attachment.fbsbx.com ws://localhost:* blob: chrome-extension://boadgeojelhgndaghljhdicfkmllpafd chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm;"],"content-type":["application/x-javascript; charset=utf-8"],"date":["Tue, 30 Aug 2016 01:35:46 GMT"],"expires":["Wed, 30 Aug 2017 01:35:46 GMT"],"last-modified":["Mon, 01 Jan 2001 08:00:00 GMT"],"public-key-pins-report-only":["max-age=500; pin-sha256=\"WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18=\"; pin-sha256=\"r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E=\"; pin-sha256=\"q4PO2G2cbkZhZ82+JgmRUyGMoAeozA+BSXVXQWB8XWQ=\"; report-uri=\"http://reports.fb.com/hpkp/\""],"status":["200"],"timing-allow-origin":["*"],"vary":["Accept-Encoding"],"x-content-type-options":["nosniff"],"x-fb-debug":["l6in9EhxK9Q2wnw2uHLD3IFXhb++yYZOT2a9ej9y0yt79mVOS+aB1L469AZ9sdZFy09NPVzgFDRtJNr6ODpVyA=="],"x-frame-options":["DENY"],"x-xss-protection":["0"]},"xhr"]
  nightmare:log did-get-response-details +1ms [{},false,"http://partner.googleadservices.com/gpt/pubads_impl_94.js","http://partner.googleadservices.com/gpt/pubads_impl_94.js",200,"GET","http://www.albertsons.com/",{"age":["485075"],"cache-control":["public, max-age=31536000"],"content-encoding":["gzip"],"content-length":["53559"],"content-type":["text/javascript"],"date":["Thu, 25 Aug 2016 00:40:08 GMT"],"expires":["Fri, 25 Aug 2017 00:40:08 GMT"],"last-modified":["Tue, 16 Aug 2016 20:11:45 GMT"],"server":["sffe"],"timing-allow-origin":["*"],"vary":["Accept-Encoding"],"x-content-type-options":["nosniff"],"x-xss-protection":["1; mode=block"]},"script"]
  nightmare:log did-get-response-details +0ms [{},false,"https://www.facebook.com/rsrc.php/v3iSgH4/yC/l/en_US/ea7EtetQT7H.js","https://www.facebook.com/rsrc.php/v3iSgH4/yC/l/en_US/ea7EtetQT7H.js",200,"GET","https://www.facebook.com/plugins/like.php?href=http://www.albertsons.com/home_slideshow/let-us-be-your-pharmacy/&send=false&width=200&show_faces=false&font&colorscheme=light&action=like&",{"access-control-allow-credentials":["true"],"access-control-allow-origin":["*"],"cache-control":["public, max-age=31536000"],"content-encoding":["gzip"],"content-length":["97236"],"content-md5":["8d6Uzd7mIOamoO0CU7C0dA=="],"content-security-policy":["default-src * data: blob:;script-src *.facebook.com *.fbcdn.net *.facebook.net *.google-analytics.com *.virtualearth.net *.google.com 127.0.0.1:* *.spotilocal.com:* 'unsafe-inline' 'unsafe-eval' fbstatic-a.akamaihd.net fbcdn-static-b-a.akamaihd.net *.atlassolutions.com blob: data:;style-src data: 'unsafe-inline' *;connect-src *.facebook.com *.fbcdn.net *.facebook.net *.spotilocal.com:* *.akamaihd.net wss://*.facebook.com:* https://fb.scanandcleanlocal.com:* *.atlassolutions.com attachment.fbsbx.com ws://localhost:* blob: chrome-extension://boadgeojelhgndaghljhdicfkmllpafd chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm;"],"content-type":["application/x-javascript; charset=utf-8"],"date":["Tue, 30 Aug 2016 01:35:46 GMT"],"expires":["Wed, 30 Aug 2017 01:35:46 GMT"],"last-modified":["Mon, 01 Jan 2001 08:00:00 GMT"],"public-key-pins-report-only":["max-age=500; pin-sha256=\"WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18=\"; pin-sha256=\"r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E=\"; pin-sha256=\"q4PO2G2cbkZhZ82+JgmRUyGMoAeozA+BSXVXQWB8XWQ=\"; report-uri=\"http://reports.fb.com/hpkp/\""],"status":["200"],"timing-allow-origin":["*"],"vary":["Accept-Encoding"],"x-content-type-options":["nosniff"],"x-fb-debug":["l6in9EhxK9Q2wnw2uHLD3IFXhb++yYZOT2a9ej9y0yt79mVOS+aB1L469AZ9sdZFy09NPVzgFDRtJNr6ODpVyA=="],"x-frame-options":["DENY"],"x-xss-protection":["0"]},"xhr"]
  nightmare:log did-frame-finish-load +3ms [{},false]
  nightmare:log did-get-response-details +0ms [{},false,"https://www.facebook.com/tr/?id=811207002269085&ev=PixelInitialized&dl=http%3A%2F%2Fwww.albertsons.com%2F%231&rl=&if=false&ts=1472571060568","https://www.facebook.com/tr/?id=811207002269085&ev=PixelInitialized&dl=http%3A%2F%2Fwww.albertsons.com%2F%231&rl=&if=false&ts=1472571060568",200,"GET","http://www.albertsons.com/",{"cache-control":["no-cache, must-revalidate, max-age=0"],"content-length":["44"],"content-type":["image/gif"],"date":["Tue, 30 Aug 2016 15:31:00 GMT"],"expires":["Tue, 30 Aug 2016 15:31:00 GMT"],"last-modified":["Fri, 21 Dec 2012 00:00:01 GMT"],"server":["proxygen"],"set-cookie":[""],"status":["200"]},"image"]
  nightmare:log did-get-response-details +3ms [{},false,"https://www.facebook.com/rsrc.php/v3iSgH4/yC/l/en_US/ea7EtetQT7H.js","https://www.facebook.com/rsrc.php/v3iSgH4/yC/l/en_US/ea7EtetQT7H.js",200,"GET","https://www.facebook.com/plugins/like.php?href=http://www.albertsons.com/home_slideshow/great-recipes/&send=false&width=200&show_faces=false&font&colorscheme=light&action=like&",{"access-control-allow-credentials":["true"],"access-control-allow-origin":["*"],"cache-control":["public, max-age=31536000"],"content-encoding":["gzip"],"content-length":["97236"],"content-md5":["8d6Uzd7mIOamoO0CU7C0dA=="],"content-security-policy":["default-src * data: blob:;script-src *.facebook.com *.fbcdn.net *.facebook.net *.google-analytics.com *.virtualearth.net *.google.com 127.0.0.1:* *.spotilocal.com:* 'unsafe-inline' 'unsafe-eval' fbstatic-a.akamaihd.net fbcdn-static-b-a.akamaihd.net *.atlassolutions.com blob: data:;style-src data: 'unsafe-inline' *;connect-src *.facebook.com *.fbcdn.net *.facebook.net *.spotilocal.com:* *.akamaihd.net wss://*.facebook.com:* https://fb.scanandcleanlocal.com:* *.atlassolutions.com attachment.fbsbx.com ws://localhost:* blob: chrome-extension://boadgeojelhgndaghljhdicfkmllpafd chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm;"],"content-type":["application/x-javascript; charset=utf-8"],"date":["Tue, 30 Aug 2016 01:35:46 GMT"],"expires":["Wed, 30 Aug 2017 01:35:46 GMT"],"last-modified":["Mon, 01 Jan 2001 08:00:00 GMT"],"public-key-pins-report-only":["max-age=500; pin-sha256=\"WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18=\"; pin-sha256=\"r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E=\"; pin-sha256=\"q4PO2G2cbkZhZ82+JgmRUyGMoAeozA+BSXVXQWB8XWQ=\"; report-uri=\"http://reports.fb.com/hpkp/\""],"status":["200"],"timing-allow-origin":["*"],"vary":["Accept-Encoding"],"x-content-type-options":["nosniff"],"x-fb-debug":["l6in9EhxK9Q2wnw2uHLD3IFXhb++yYZOT2a9ej9y0yt79mVOS+aB1L469AZ9sdZFy09NPVzgFDRtJNr6ODpVyA=="],"x-frame-options":["DENY"],"x-xss-protection":["0"]},"xhr"]
  nightmare:log did-get-response-details +6ms [{},false,"https://www.facebook.com/rsrc.php/v3iSgH4/yC/l/en_US/ea7EtetQT7H.js","https://www.facebook.com/rsrc.php/v3iSgH4/yC/l/en_US/ea7EtetQT7H.js",200,"GET","https://www.facebook.com/plugins/like.php?href=http://www.albertsons.com/home_slideshow/get-immunized/&send=false&width=200&show_faces=false&font&colorscheme=light&action=like&",{"access-control-allow-credentials":["true"],"access-control-allow-origin":["*"],"cache-control":["public, max-age=31536000"],"content-encoding":["gzip"],"content-length":["97236"],"content-md5":["8d6Uzd7mIOamoO0CU7C0dA=="],"content-security-policy":["default-src * data: blob:;script-src *.facebook.com *.fbcdn.net *.facebook.net *.google-analytics.com *.virtualearth.net *.google.com 127.0.0.1:* *.spotilocal.com:* 'unsafe-inline' 'unsafe-eval' fbstatic-a.akamaihd.net fbcdn-static-b-a.akamaihd.net *.atlassolutions.com blob: data:;style-src data: 'unsafe-inline' *;connect-src *.facebook.com *.fbcdn.net *.facebook.net *.spotilocal.com:* *.akamaihd.net wss://*.facebook.com:* https://fb.scanandcleanlocal.com:* *.atlassolutions.com attachment.fbsbx.com ws://localhost:* blob: chrome-extension://boadgeojelhgndaghljhdicfkmllpafd chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm;"],"content-type":["application/x-javascript; charset=utf-8"],"date":["Tue, 30 Aug 2016 01:35:46 GMT"],"expires":["Wed, 30 Aug 2017 01:35:46 GMT"],"last-modified":["Mon, 01 Jan 2001 08:00:00 GMT"],"public-key-pins-report-only":["max-age=500; pin-sha256=\"WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18=\"; pin-sha256=\"r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E=\"; pin-sha256=\"q4PO2G2cbkZhZ82+JgmRUyGMoAeozA+BSXVXQWB8XWQ=\"; report-uri=\"http://reports.fb.com/hpkp/\""],"status":["200"],"timing-allow-origin":["*"],"vary":["Accept-Encoding"],"x-content-type-options":["nosniff"],"x-fb-debug":["l6in9EhxK9Q2wnw2uHLD3IFXhb++yYZOT2a9ej9y0yt79mVOS+aB1L469AZ9sdZFy09NPVzgFDRtJNr6ODpVyA=="],"x-frame-options":["DENY"],"x-xss-protection":["0"]},"script"]
  nightmare:log did-get-response-details +12ms [{},false,"http://m.addthisedge.com/live/boost?pub=xa-4fc14192152e30a5&callback=_ate.track.config_resp","http://m.addthisedge.com/live/boost?pub=xa-4fc14192152e30a5&callback=_ate.track.config_resp",200,"GET","http://www.albertsons.com/",{"cache-control":["public, max-age=60, s-maxage=86400"],"cf-cache-status":["HIT"],"cf-ray":["2da94988cdc20956-DFW"],"connection":["keep-alive"],"content-disposition":["attachment; filename=1.txt"],"content-encoding":["gzip"],"content-length":["47"],"content-type":["application/javascript;charset=UTF-8"],"date":["Tue, 30 Aug 2016 15:31:00 GMT"],"server":["cloudflare-nginx"],"surrogate-key":["xa-4fc14192152e30a5"],"vary":["Accept-Encoding"]},"script"]
  nightmare:log did-get-response-details +0ms [{},false,"http://ad.doubleclick.net/activity;dc_pre=CN_629e66c4CFQIYgQod8D0PVQ;src=3412342;type=mwg_a0;cat=mwg_a002;u3=Page_WWW;u2=www.albertsons.com;ord=1;num=6974366779833","http://ad.doubleclick.net/activity;src=3412342;type=mwg_a0;cat=mwg_a002;u3=Page_WWW;u2=www.albertsons.com;ord=1;num=6974366779833?",200,"GET","http://www.albertsons.com/",{"cache-control":["no-cache, must-revalidate"],"content-length":["42"],"content-type":["image/gif"],"date":["Tue, 30 Aug 2016 15:31:00 GMT"],"expires":["Fri, 01 Jan 1990 00:00:00 GMT"],"p3p":["policyref=\"http://googleads.g.doubleclick.net/pagead/gcn_p3p_.xml\", CP=\"CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR\""],"pragma":["no-cache"],"server":["cafe"],"x-content-type-options":["nosniff"],"x-xss-protection":["1; mode=block"]},"image"]
  nightmare:log did-get-response-details +27ms [{},false,"http://ad.doubleclick.net/activity;dc_pre=CIz429e66c4CFUoHgQodvggJrQ;src=3412342;type=mwg_a0;cat=mwg_a001;u3=Page_WWW;u2=www.albertsons.com;ord=4373203833469","http://ad.doubleclick.net/activity;src=3412342;type=mwg_a0;cat=mwg_a001;u3=Page_WWW;u2=www.albertsons.com;ord=4373203833469?",200,"GET","http://www.albertsons.com/",{"cache-control":["no-cache, must-revalidate"],"content-length":["42"],"content-type":["image/gif"],"date":["Tue, 30 Aug 2016 15:31:00 GMT"],"expires":["Fri, 01 Jan 1990 00:00:00 GMT"],"p3p":["policyref=\"http://googleads.g.doubleclick.net/pagead/gcn_p3p_.xml\", CP=\"CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR\""],"pragma":["no-cache"],"server":["cafe"],"x-content-type-options":["nosniff"],"x-xss-protection":["1; mode=block"]},"image"]
  nightmare:log did-get-response-details +1ms [{},false,"http://3412342.fls.doubleclick.net/activityi;dc_pre=CNz33Ne66c4CFem5swod2UoJHg;src=3412342;type=mwg_a0;cat=mwg_a0;u3=Page_WWW;u2=www.albertsons.com;ord=3572725699117;~oref=http%3A%2F%2Fwww.albertsons.com%2F","http://3412342.fls.doubleclick.net/activityi;src=3412342;type=mwg_a0;cat=mwg_a0;u3=Page_WWW;u2=www.albertsons.com;ord=3572725699117;~oref=http%3A%2F%2Fwww.albertsons.com%2F?",200,"GET","http://www.albertsons.com/",{"cache-control":["private, max-age=0"],"content-encoding":["gzip"],"content-length":["177"],"content-type":["text/html; charset=UTF-8"],"date":["Tue, 30 Aug 2016 15:31:00 GMT"],"expires":["Tue, 30 Aug 2016 15:31:00 GMT"],"p3p":["policyref=\"http://googleads.g.doubleclick.net/pagead/gcn_p3p_.xml\", CP=\"CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR\""],"server":["cafe"],"strict-transport-security":["max-age=21600"],"x-content-type-options":["nosniff"],"x-xss-protection":["1; mode=block"]},"subFrame"]
  nightmare:log did-get-response-details +11ms [{},false,"http://3412342.fls.doubleclick.net/activityi;dc_pre=CK-d3de66c4CFUO1swodB-UGQw;src=3412342;type=mwg_a0;cat=mwg_a00;u3=Page_WWW;u2=www.albertsons.com;ord=1;num=2864684660702;~oref=http%3A%2F%2Fwww.albertsons.com%2F","http://3412342.fls.doubleclick.net/activityi;src=3412342;type=mwg_a0;cat=mwg_a00;u3=Page_WWW;u2=www.albertsons.com;ord=1;num=2864684660702;~oref=http%3A%2F%2Fwww.albertsons.com%2F?",200,"GET","http://www.albertsons.com/",{"cache-control":["private, max-age=0"],"content-encoding":["gzip"],"content-length":["177"],"content-type":["text/html; charset=UTF-8"],"date":["Tue, 30 Aug 2016 15:31:00 GMT"],"expires":["Tue, 30 Aug 2016 15:31:00 GMT"],"p3p":["policyref=\"http://googleads.g.doubleclick.net/pagead/gcn_p3p_.xml\", CP=\"CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR\""],"server":["cafe"],"strict-transport-security":["max-age=21600"],"x-content-type-options":["nosniff"],"x-xss-protection":["1; mode=block"]},"subFrame"]
  nightmare:log did-get-response-details +6ms [{},false,"https://platform.twitter.com/js/button.369579b2450be1b134e6754cd8501155.js","https://platform.twitter.com/js/button.369579b2450be1b134e6754cd8501155.js",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"cache-control":["public, max-age=315569260"],"content-length":["4328"],"content-type":["application/javascript; charset=utf-8"],"date":["Tue, 30 Aug 2016 15:24:44 GMT"],"etag":["\"2c66f851fa16acba712f8a6df8132ef5\""],"last-modified":["Thu, 25 Aug 2016 22:04:55 GMT"],"p3p":["CP=\"CAO DSP LAW CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa OUR BUS IND UNI COM NAV INT\""],"server":["ECS (dfw/5672)"],"x-cache":["HIT"]},"script"]
  nightmare:log did-get-redirect-request +1ms [{},"https://bcp.crwdcntrl.net/5/c=3841/?https://dmsapi.mywebgrocer.com/lopex/1.0.0/${profile_id}/lotame.js","https://dmsapi.mywebgrocer.com/lopex/1.0.0/3a7a217ffa41309ae754bd3bc2ac64f9/lotame.js",false,302,"GET","http://www.albertsons.com/",{"cache-control":["no-cache"],"connection":["keep-alive"],"content-length":["0"],"date":["Tue, 30 Aug 2016 15:31:00 GMT"],"expires":["Thu, 01 Jan 1970 00:00:00 GMT"],"location":["https://dmsapi.mywebgrocer.com/lopex/1.0.0/3a7a217ffa41309ae754bd3bc2ac64f9/lotame.js"],"p3p":["CP=NOI DSP COR NID PSAa PSDa OUR UNI COM NAV"],"pragma":["no-cache"],"set-cookie":["_cc_aud=\"ABR4nC2We1CWVRCH3%2FMikDrcZcSUS4CgKDexyTEDLajBxhJQgcrAQbPRbMYpMrKkLJsSiwGjm1CIRngrJUQQLEjBksbyIy5FZCSGyXSBKMrsMvwe%2BeN72HN29z27Z8%2BeY1mWld5SWWNd%2BzM1lj0hUP%2F6LxFi4sFPwvzPhaQbhIwrsnngR0kjh4WChrFfO%2BJ95r7XYNUnQn%2B6kPKk0LtU%2BHmXUNyAl93CyYPgANgvZ1OLhK%2FGC74LhEXrhRVPCUuihJWH0TTChjAM4sAc%2BWwnopFqIeiM5sp6WHWzcLs%2FmhclVRkkImrvY9WlSOdxHYz0jVJw%2Fd1k4rKw2Fsq3f1SqcBgRQZSD%2Fhag9P3SFo4LLvSDjRTUOkA7RqsU0R290vC5n%2FQXIxdmfBn4xicXDyFyfPQ%2FF1e%2Bl9D%2Bk3SB764%2FhgoBfaJWKSP%2BB6lUdGINI3l3irN3jYG%2FfB5Ac2jqLBVdZOQ5mtu0SrsyPW4lzU46kQG39Cg8zIWITsrRjttBX2qUAKG0HyRZFFu4x6T5PmmpKQ6SSnt2Nl4SeXrDwuxQfrCoUS8vI3PR4XiaHmZdJRBDIKoZI%2B3cJagtbhvluYxNidmAbhZ8HLFPJNB1acVyIYHsuGXKPYLJZLWEkNsM9B2mO47tc71Srm1kS2e8ixryeYLERosdZa08yZ8Pi4UqVrtxgpJFTEgGp8TwHgGZ5FIT6QZIBxn6zQXuo%2BgQyU5E0rNSiG1iDnWuXA20Mqs6C6ypEQaX4po%2BTZ9PWIQaauw5gsGf8F8inwGpGJ%2Br5AUwpwXCdHZtB86SJjppJUUeBCYB3lJGEWiGDw40%2B7%2FEcpySY7TDF4Bf2E3iIS5Q7tir1MmrOwXZJ47gMqvRFsIdjB3Hi8kq1qrNukNRESbSVD12H7%2F4qWXQRquO4VyerWkovsk%2BeiMmVe1K9beZ9CUgemiY3ZVYZAm1wUc32wymKvTYcIUn52MXeVeoZ4bwaECc3LbrsFQMujgIDjouwNtSA8SLTXvYJ2ObLm%2BbhWuVYomhE0d5u7oWssg278mEjuOqIP7oWiivDzxvFQSFaZZdlZwmgvUB62AU%2BAkKjSyAO6j7SfQDAFcYMEKzL7K3u6eSyLZ4iMcriNbAdlNSEbKB1twrSSbkgEWqEZtz6jHZ5AGc%2Bm7nWq4ppVWWZuHeQl4RYP7LiIVgyJQyDppCVE0%2F8Q5gAM7%2Bo6w%2BgzZpfiGaarloyRkIzG4Cee%2B06DtYLlEm0D7Lb%2BkQd8Nkpq38FmupXOfaW7%2FHzLv7AYcbZuSso%2BBWsGbgo7SkkxcGSgFuwD9Ok5d33ruSyFrE6AdZuXyoePCAE%2BAARdAYcblAIov%2FhS5vof00DFnf8icFmj3HAI6K1ZfF3MHGKRV9ulY2Jm6G21XZcIMvsucLiI7D4M8vLjtIfYsvHA7NU%2BWdJyHRCcRkQl74lRhXgYq34JeNDlqte6E4ofkDbiut0WT3Zksgm56lSOT9zSgWsv1HDHBnYI3Gx5%2FLVnq3iaNQ5LGvVnOrV1fTSjJ4A4NXqalt%2B6UlKnsmhxaZevrSFRdDoVieyCNSKWpVRiqI60ENqR6sRK5Pjt5%2FoRTRK40zvgb0XxPg4YO7V8gqYUNb%2BHCbGnS3F2PyIsL3eY27qNIKvl%2BHicdzOXwxDFUchtn2rD94STShUVE8ii95W8kWqw%2FPcufnhVZDngl%2BFTijAdy4SYkFZ%2F5gdiDsfNR1zBLy%2FjCWXzOAjMBV3IT70H%2FMDB97NdpGrdavgvgWOSPAxztfKkYr7EL5X9Bnqcy\";Version=1;Path=/;Domain=crwdcntrl.net;Expires=Sat, 27-May-2017 15:31:00 GMT;Max-Age=23328000","_cc_cc=\"ACZ4nJXU204TQRjA8S4RSUtD38CQeGdClIMSHsBn8LqgPIcgAqVRAQ0GlBBAMEa58JAopQd6Qgq0VOiBUhYoQpFDOUkFEaiVtM3O%2F8692Mxvv5nZ%2Bb7ZHVVxub5SX1ZaWVurrygtv1Glv1d5s6L6bnl1TZm%2B5lZFbZUqfd1xD35yOsZSOlX2%2BmKyl%2BR7JcvTVEqXkqQnt89Ozy9a5mvZVt0VVfq%2Bl5ftoxr%2B%2FyH%2BJkdB5qkqHprVSRPF8nEmloCNMZ9Gsuf1Zv16wit4Nb6nlT5ef3OU8Xc4atosUrrD0qNRuqGrSegfw%2Fid4K5a%2BlDy%2FlfG2yHRIdgFu2EbPAD3wt1wB2yEDXADfIx8knACjsNr8Aq8DC%2FCMhyBQ3AQnoF98CTsgcfhr7AbdsEO2A7b4IO2gEbpdXgNXoFj8BI8D8%2FBITgIz8BTsAu2vjDrhHrCTtgB2%2BFR2AZb4Nhbt7CeZXgJXoRleAGOwvNwBLa3hgrTZ1kymXGg%2B7FW6WDrxVmXcwe83e8U3GkU48n9LrXSc4kWYf6hHlkrrV8dztoIP4KdfaIH5fZ8KVpgSWR8aB7WSofqnA%2FgfXgX3oET8Da8BW%2FAa%2FAqPLDV%2BK8eOccRPwq3CflZka%2B7%2BeSysv9e%2FYgw3ybmG%2FMZipT2wJPwT4z3Iz4Lm1dbhfePNIrrG7KFC5VuglsshgJlfg%2FhOvg%2BnDKLPodP4T%2Fwb7jf1KmRXl7KeX1BrP8ZnIKXUZ9FWIYX4Cg8D0fgOTgMB%2BEA%2FA2ehn2wF56Cx2E37IKdsAO2w6OwFR6B%2Fa%2Bea5T7Mw1HPov7HYaD8ATsgcdgK%2FwO7sP%2F3Q13ws%2FgdrgZfgDXw%2Bf4fk%2FhE3gD%2FgHHYRkOw38B4pDgjw%3D%3D\";Version=1;Path=/;Domain=crwdcntrl.net;Expires=Sat, 27-May-2017 15:31:00 GMT;Max-Age=23328000","_cc_id=3a7a217ffa41309ae754bd3bc2ac64f9;Path=/;Domain=crwdcntrl.net;Expires=Sat, 27-May-2017 15:31:00 GMT"],"x-server":["172.20.10.51"]}]
  nightmare:log did-get-response-details +19ms [{},false,"http://m.addthis.com/live/red_lojson/300lo.json?si=57c5a6b4bb1892a3&bl=1&pdt=991&sid=57c5a6b4bb1892a3&pub=xa-4fc14192152e30a5&rev=v7.5.0-wp&ln=en&pc=men&cb=0&ab=-&dp=www.albertsons.com&fp=&fr=&of=0&pd=0&irt=1&vcl=1&md=0&ct=1&tct=0&abt=0&cdn=0&pi=5&rb=0&gen=100&chr=UTF-8&colc=1472571060515&jsl=129&uvs=57c5a53bd0b76a35008&skipb=1&callback=addthis.cbs.oln9_251096376520669960","http://m.addthis.com/live/red_lojson/300lo.json?si=57c5a6b4bb1892a3&bl=1&pdt=991&sid=57c5a6b4bb1892a3&pub=xa-4fc14192152e30a5&rev=v7.5.0-wp&ln=en&pc=men&cb=0&ab=-&dp=www.albertsons.com&fp=&fr=&of=0&pd=0&irt=1&vcl=1&md=0&ct=1&tct=0&abt=0&cdn=0&pi=5&rb=0&gen=100&chr=UTF-8&colc=1472571060515&jsl=129&uvs=57c5a53bd0b76a35008&skipb=1&callback=addthis.cbs.oln9_251096376520669960",200,"GET","http://www.albertsons.com/",{"cache-control":["max-age=0, no-cache, no-store, no-transform"],"cf-ray":["2da94988ddc30956-DFW"],"connection":["keep-alive"],"content-disposition":["attachment; filename=1.txt"],"content-encoding":["gzip"],"content-length":["116"],"content-type":["application/javascript;charset=UTF-8"],"date":["Tue, 30 Aug 2016 15:31:00 GMT"],"expires":["Thu, 01 Jan 1970 00:00:00 GMT"],"p3p":["policyref=\"/w3c/p3p.xml\", CP=\"NON ADM OUR DEV IND COM STA\""],"pragma":["no-cache"],"server":["cloudflare-nginx"],"set-cookie":["bt2=57c5a6b4001Ns00090083s000X0024s000W001rs000_001ss00f7;Path=/;Domain=.addthis.com;Expires=Sat, 13-May-2017 15:31:00 GMT","uid=57ab98a3a7981bc0;Path=/;Domain=.addthis.com;Expires=Thu, 30-Aug-2018 15:31:00 GMT","vc=524;Path=/;Domain=.addthis.com;Expires=Thu, 30-Aug-2018 15:31:00 GMT"]},"script"]
  nightmare:log did-frame-finish-load +27ms [{},false]
  nightmare:log did-frame-finish-load +3ms [{},false]
  nightmare:log did-frame-finish-load +2ms [{},false]
  nightmare:log did-get-response-details +4ms [{},false,"https://www.facebook.com/rsrc.php/v3iSgH4/yC/l/en_US/ea7EtetQT7H.js","https://www.facebook.com/rsrc.php/v3iSgH4/yC/l/en_US/ea7EtetQT7H.js",200,"GET","https://www.facebook.com/plugins/like.php?href=http://www.albertsons.com/home_slideshow/online-weekly-ad/&send=false&width=200&show_faces=false&font&colorscheme=light&action=like&",{"access-control-allow-credentials":["true"],"access-control-allow-origin":["*"],"cache-control":["public, max-age=31536000"],"content-encoding":["gzip"],"content-length":["97236"],"content-md5":["8d6Uzd7mIOamoO0CU7C0dA=="],"content-security-policy":["default-src * data: blob:;script-src *.facebook.com *.fbcdn.net *.facebook.net *.google-analytics.com *.virtualearth.net *.google.com 127.0.0.1:* *.spotilocal.com:* 'unsafe-inline' 'unsafe-eval' fbstatic-a.akamaihd.net fbcdn-static-b-a.akamaihd.net *.atlassolutions.com blob: data:;style-src data: 'unsafe-inline' *;connect-src *.facebook.com *.fbcdn.net *.facebook.net *.spotilocal.com:* *.akamaihd.net wss://*.facebook.com:* https://fb.scanandcleanlocal.com:* *.atlassolutions.com attachment.fbsbx.com ws://localhost:* blob: chrome-extension://boadgeojelhgndaghljhdicfkmllpafd chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm;"],"content-type":["application/x-javascript; charset=utf-8"],"date":["Tue, 30 Aug 2016 01:35:46 GMT"],"expires":["Wed, 30 Aug 2017 01:35:46 GMT"],"last-modified":["Mon, 01 Jan 2001 08:00:00 GMT"],"public-key-pins-report-only":["max-age=500; pin-sha256=\"WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18=\"; pin-sha256=\"r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E=\"; pin-sha256=\"q4PO2G2cbkZhZ82+JgmRUyGMoAeozA+BSXVXQWB8XWQ=\"; report-uri=\"http://reports.fb.com/hpkp/\""],"status":["200"],"timing-allow-origin":["*"],"vary":["Accept-Encoding"],"x-content-type-options":["nosniff"],"x-fb-debug":["l6in9EhxK9Q2wnw2uHLD3IFXhb++yYZOT2a9ej9y0yt79mVOS+aB1L469AZ9sdZFy09NPVzgFDRtJNr6ODpVyA=="],"x-frame-options":["DENY"],"x-xss-protection":["0"]},"xhr"]
  nightmare:log did-frame-finish-load +29ms [{},false]
  nightmare:log did-get-response-details +1ms [{},false,"https://www.facebook.com/rsrc.php/v3iSgH4/yC/l/en_US/ea7EtetQT7H.js","https://www.facebook.com/rsrc.php/v3iSgH4/yC/l/en_US/ea7EtetQT7H.js",200,"GET","https://www.facebook.com/plugins/like.php?href=http://www.albertsons.com/home_slideshow/online-weekly-ad/&send=false&width=200&show_faces=false&font&colorscheme=light&action=like&",{"access-control-allow-credentials":["true"],"access-control-allow-origin":["*"],"cache-control":["public, max-age=31536000"],"content-encoding":["gzip"],"content-length":["97236"],"content-md5":["8d6Uzd7mIOamoO0CU7C0dA=="],"content-security-policy":["default-src * data: blob:;script-src *.facebook.com *.fbcdn.net *.facebook.net *.google-analytics.com *.virtualearth.net *.google.com 127.0.0.1:* *.spotilocal.com:* 'unsafe-inline' 'unsafe-eval' fbstatic-a.akamaihd.net fbcdn-static-b-a.akamaihd.net *.atlassolutions.com blob: data:;style-src data: 'unsafe-inline' *;connect-src *.facebook.com *.fbcdn.net *.facebook.net *.spotilocal.com:* *.akamaihd.net wss://*.facebook.com:* https://fb.scanandcleanlocal.com:* *.atlassolutions.com attachment.fbsbx.com ws://localhost:* blob: chrome-extension://boadgeojelhgndaghljhdicfkmllpafd chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm;"],"content-type":["application/x-javascript; charset=utf-8"],"date":["Tue, 30 Aug 2016 01:35:46 GMT"],"expires":["Wed, 30 Aug 2017 01:35:46 GMT"],"last-modified":["Mon, 01 Jan 2001 08:00:00 GMT"],"public-key-pins-report-only":["max-age=500; pin-sha256=\"WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18=\"; pin-sha256=\"r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E=\"; pin-sha256=\"q4PO2G2cbkZhZ82+JgmRUyGMoAeozA+BSXVXQWB8XWQ=\"; report-uri=\"http://reports.fb.com/hpkp/\""],"status":["200"],"timing-allow-origin":["*"],"vary":["Accept-Encoding"],"x-content-type-options":["nosniff"],"x-fb-debug":["l6in9EhxK9Q2wnw2uHLD3IFXhb++yYZOT2a9ej9y0yt79mVOS+aB1L469AZ9sdZFy09NPVzgFDRtJNr6ODpVyA=="],"x-frame-options":["DENY"],"x-xss-protection":["0"]},"script"]
  nightmare:log did-get-response-details +18ms [{},false,"http://assets.pinterest.com/js/pinit_main.js?0.38259125121950777","http://assets.pinterest.com/js/pinit_main.js?0.38259125121950777",200,"GET","http://www.albertsons.com/",{"cache-control":["max-age=1209600"],"connection":["keep-alive"],"content-encoding":["gzip"],"content-length":["23211"],"content-type":["application/javascript; charset=utf-8"],"date":["Tue, 30 Aug 2016 15:31:00 GMT"],"last-modified":["Mon, 22 Aug 2016 18:54:36 GMT"],"vary":["Accept-Encoding"]},"script"]
  nightmare:log did-get-response-details +8ms [{},false,"http://www.google-analytics.com/collect?v=1&_v=j46&a=52999382&t=pageview&_s=1&dl=http%3A%2F%2Fwww.albertsons.com%2F&ul=en-us&de=UTF-8&dt=Albertsons&sd=24-bit&sr=1440x900&vp=800x578&je=0&_u=SCCAgEAr~&jid=&cid=1547714710.1471873082&tid=UA-3893611-1&gtm=GTM-9XZQ&cd9=no&cd10=undefined&cd11=false&z=304301832","http://www.google-analytics.com/collect?v=1&_v=j46&a=52999382&t=pageview&_s=1&dl=http%3A%2F%2Fwww.albertsons.com%2F&ul=en-us&de=UTF-8&dt=Albertsons&sd=24-bit&sr=1440x900&vp=800x578&je=0&_u=SCCAgEAr~&jid=&cid=1547714710.1471873082&tid=UA-3893611-1&gtm=GTM-9XZQ&cd9=no&cd10=undefined&cd11=false&z=304301832",200,"GET","http://www.albertsons.com/",{"access-control-allow-origin":["*"],"age":["532307"],"cache-control":["no-cache, no-store, must-revalidate"],"content-length":["35"],"content-type":["image/gif"],"date":["Wed, 24 Aug 2016 11:39:13 GMT"],"expires":["Mon, 01 Jan 1990 00:00:00 GMT"],"last-modified":["Sun, 17 May 1998 03:00:00 GMT"],"pragma":["no-cache"],"server":["Golfe2"],"x-content-type-options":["nosniff"]},"image"]
  nightmare:log did-get-response-details +1ms [{},false,"http://www.google-analytics.com/collect?v=1&_v=j46&a=52999382&t=pageview&_s=1&dl=http%3A%2F%2Fwww.albertsons.com%2F&ul=en-us&de=UTF-8&dt=Albertsons&sd=24-bit&sr=1440x900&vp=800x578&je=0&_u=SCCAiEArB~&jid=&cid=1547714710.1471873082&tid=UA-62530145-2&gtm=GTM-9XZQ&cd9=no&cd10=undefined&cd11=false&z=1543945797","http://www.google-analytics.com/collect?v=1&_v=j46&a=52999382&t=pageview&_s=1&dl=http%3A%2F%2Fwww.albertsons.com%2F&ul=en-us&de=UTF-8&dt=Albertsons&sd=24-bit&sr=1440x900&vp=800x578&je=0&_u=SCCAiEArB~&jid=&cid=1547714710.1471873082&tid=UA-62530145-2&gtm=GTM-9XZQ&cd9=no&cd10=undefined&cd11=false&z=1543945797",200,"GET","http://www.albertsons.com/",{"access-control-allow-origin":["*"],"age":["534019"],"cache-control":["no-cache, no-store, must-revalidate"],"content-length":["35"],"content-type":["image/gif"],"date":["Wed, 24 Aug 2016 11:10:41 GMT"],"expires":["Mon, 01 Jan 1990 00:00:00 GMT"],"last-modified":["Sun, 17 May 1998 03:00:00 GMT"],"pragma":["no-cache"],"server":["Golfe2"],"x-content-type-options":["nosniff"]},"image"]
  nightmare:log did-get-response-details +14ms [{},false,"http://www.google-analytics.com/collect?v=1&_v=j46&a=52999382&t=pageview&_s=1&dl=http%3A%2F%2Fwww.albertsons.com%2F&ul=en-us&de=UTF-8&dt=Albertsons&sd=24-bit&sr=1440x900&vp=800x578&je=0&_u=SCCAiEArB~&jid=&cid=1547714710.1471873082&tid=UA-56824083-2&gtm=GTM-9XZQ&cd9=no&cd10=undefined&cd11=false&z=2142935458","http://www.google-analytics.com/collect?v=1&_v=j46&a=52999382&t=pageview&_s=1&dl=http%3A%2F%2Fwww.albertsons.com%2F&ul=en-us&de=UTF-8&dt=Albertsons&sd=24-bit&sr=1440x900&vp=800x578&je=0&_u=SCCAiEArB~&jid=&cid=1547714710.1471873082&tid=UA-56824083-2&gtm=GTM-9XZQ&cd9=no&cd10=undefined&cd11=false&z=2142935458",200,"GET","http://www.albertsons.com/",{"access-control-allow-origin":["*"],"age":["534019"],"cache-control":["no-cache, no-store, must-revalidate"],"content-length":["35"],"content-type":["image/gif"],"date":["Wed, 24 Aug 2016 11:10:41 GMT"],"expires":["Mon, 01 Jan 1990 00:00:00 GMT"],"last-modified":["Sun, 17 May 1998 03:00:00 GMT"],"pragma":["no-cache"],"server":["Golfe2"],"x-content-type-options":["nosniff"]},"image"]
  nightmare:log did-get-response-details +0ms [{},false,"http://www.google-analytics.com/collect?v=1&_v=j46&a=52999382&t=pageview&_s=1&dl=http%3A%2F%2Fwww.albertsons.com%2F&ul=en-us&de=UTF-8&dt=Albertsons&sd=24-bit&sr=1440x900&vp=800x578&je=0&_u=SCCAiEArB~&jid=&cid=1547714710.1471873082&tid=UA-31541120-2&gtm=GTM-9XZQ&cd9=no&cd10=undefined&cd11=false&z=1771720338","http://www.google-analytics.com/collect?v=1&_v=j46&a=52999382&t=pageview&_s=1&dl=http%3A%2F%2Fwww.albertsons.com%2F&ul=en-us&de=UTF-8&dt=Albertsons&sd=24-bit&sr=1440x900&vp=800x578&je=0&_u=SCCAiEArB~&jid=&cid=1547714710.1471873082&tid=UA-31541120-2&gtm=GTM-9XZQ&cd9=no&cd10=undefined&cd11=false&z=1771720338",200,"GET","http://www.albertsons.com/",{"access-control-allow-origin":["*"],"age":["532334"],"cache-control":["no-cache, no-store, must-revalidate"],"content-length":["35"],"content-type":["image/gif"],"date":["Wed, 24 Aug 2016 11:38:46 GMT"],"expires":["Mon, 01 Jan 1990 00:00:00 GMT"],"last-modified":["Sun, 17 May 1998 03:00:00 GMT"],"pragma":["no-cache"],"server":["Golfe2"],"x-content-type-options":["nosniff"]},"image"]
  nightmare:log did-frame-finish-load +110ms [{},false]
  nightmare:log did-get-redirect-request +11ms [{},"http://3412342.fls.doubleclick.net/activityi;src=3412342;type=mono;cat=alb_m615;ord=9178421215068;~oref=http%3A%2F%2Fwww.albertsons.com%2F?","http://3412342.fls.doubleclick.net/activityi;dc_pre=CPL73Ne66c4CFea7swoduFEEag;src=3412342;type=mono;cat=alb_m615;ord=9178421215068;~oref=http%3A%2F%2Fwww.albertsons.com%2F",false,302,"GET","http://www.albertsons.com/",{"cache-control":["no-cache, must-revalidate"],"content-length":["0"],"content-type":["text/html; charset=UTF-8"],"date":["Tue, 30 Aug 2016 15:31:00 GMT"],"expires":["Fri, 01 Jan 1990 00:00:00 GMT"],"follow-only-when-prerender-shown":["1"],"location":["http://3412342.fls.doubleclick.net/activityi;dc_pre=CPL73Ne66c4CFea7swoduFEEag;src=3412342;type=mono;cat=alb_m615;ord=9178421215068;~oref=http%3A%2F%2Fwww.albertsons.com%2F"],"p3p":["policyref=\"http://googleads.g.doubleclick.net/pagead/gcn_p3p_.xml\", CP=\"CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR\""],"pragma":["no-cache"],"server":["cafe"],"strict-transport-security":["max-age=21600"],"x-content-type-options":["nosniff"],"x-xss-protection":["1; mode=block"]}]
  nightmare:log did-frame-finish-load +21ms [{},false]
  nightmare:log did-frame-finish-load +33ms [{},false]
  nightmare:log did-frame-finish-load +7ms [{},false]
  nightmare:log did-get-response-details +1ms [{},false,"http://tpc.googlesyndication.com/safeframe/1-0-4/html/container.html","http://tpc.googlesyndication.com/safeframe/1-0-4/html/container.html",200,"GET","http://www.albertsons.com/",{"age":["485068"],"cache-control":["public, max-age=31536000"],"content-encoding":["gzip"],"content-length":["1736"],"content-type":["text/html"],"date":["Thu, 25 Aug 2016 00:40:16 GMT"],"expires":["Fri, 25 Aug 2017 00:40:16 GMT"],"last-modified":["Tue, 31 May 2016 23:11:56 GMT"],"server":["sffe"],"vary":["Accept-Encoding"],"x-content-type-options":["nosniff"],"x-xss-protection":["1; mode=block"]},"other"]
  nightmare:log did-frame-finish-load +0ms [{},false]
  nightmare:log did-frame-finish-load +5ms [{},false]
  nightmare:log did-frame-finish-load +6ms [{},false]
  nightmare:log did-frame-finish-load +5ms [{},false]
  nightmare:log did-frame-finish-load +4ms [{},false]
  nightmare:log did-frame-finish-load +5ms [{},false]
  nightmare:log did-get-response-details +38ms [{},false,"http://platform.twitter.com/widgets/tweet_button.a9a07b811338df26287681bd6727fd0a.en.html#dnt=false&id=twitter-widget-0&lang=en&original_referer=http%3A%2F%2Fwww.albertsons.com%2F%231&size=m&text=Be%20a%20Hero%20Get%20Vaccinated!&time=1472571060989&type=share&url=http%3A%2F%2Fwww.albertsons.com%2F%231","http://platform.twitter.com/widgets/tweet_button.a9a07b811338df26287681bd6727fd0a.en.html#dnt=false&id=twitter-widget-0&lang=en&original_referer=http%3A%2F%2Fwww.albertsons.com%2F%231&size=m&text=Be%20a%20Hero%20Get%20Vaccinated!&time=1472571060989&type=share&url=http%3A%2F%2Fwww.albertsons.com%2F%231",200,"GET","http://www.albertsons.com/",{"cache-control":["public, max-age=315569260"],"content-encoding":["gzip"],"content-length":["11717"],"content-type":["text/html; charset=utf-8"],"date":["Tue, 30 Aug 2016 15:24:44 GMT"],"etag":["\"a9930de9204810eaeed538247bdb97fe+gzip\""],"last-modified":["Thu, 25 Aug 2016 22:06:26 GMT"],"p3p":["CP=\"CAO DSP LAW CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa OUR BUS IND UNI COM NAV INT\""],"server":["ECS (dfw/F4A8)"],"vary":["Accept-Encoding"],"x-cache":["HIT"]},"subFrame"]
  nightmare:log did-get-response-details +1ms [{},false,"http://platform.twitter.com/widgets/tweet_button.a9a07b811338df26287681bd6727fd0a.en.html#dnt=false&id=twitter-widget-1&lang=en&original_referer=http%3A%2F%2Fwww.albertsons.com%2F%231&size=m&text=Albertsons%20is%20now%20offering%20Gas%20Rewards&time=1472571060996&type=share&url=http%3A%2F%2Fwww.albertsons.com%2F%232","http://platform.twitter.com/widgets/tweet_button.a9a07b811338df26287681bd6727fd0a.en.html#dnt=false&id=twitter-widget-1&lang=en&original_referer=http%3A%2F%2Fwww.albertsons.com%2F%231&size=m&text=Albertsons%20is%20now%20offering%20Gas%20Rewards&time=1472571060996&type=share&url=http%3A%2F%2Fwww.albertsons.com%2F%232",200,"GET","http://www.albertsons.com/",{"cache-control":["public, max-age=315569260"],"content-encoding":["gzip"],"content-length":["11717"],"content-type":["text/html; charset=utf-8"],"date":["Tue, 30 Aug 2016 15:24:44 GMT"],"etag":["\"a9930de9204810eaeed538247bdb97fe+gzip\""],"last-modified":["Thu, 25 Aug 2016 22:06:26 GMT"],"p3p":["CP=\"CAO DSP LAW CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa OUR BUS IND UNI COM NAV INT\""],"server":["ECS (dfw/F4A8)"],"vary":["Accept-Encoding"],"x-cache":["HIT"]},"subFrame"]
  nightmare:log did-get-response-details +1ms [{},false,"http://platform.twitter.com/widgets/tweet_button.a9a07b811338df26287681bd6727fd0a.en.html#dnt=false&id=twitter-widget-2&lang=en&original_referer=http%3A%2F%2Fwww.albertsons.com%2F%231&size=m&text=Let%20Us%20be%20Your%20Pharmacy&time=1472571061000&type=share&url=http%3A%2F%2Fwww.albertsons.com%2F%233","http://platform.twitter.com/widgets/tweet_button.a9a07b811338df26287681bd6727fd0a.en.html#dnt=false&id=twitter-widget-2&lang=en&original_referer=http%3A%2F%2Fwww.albertsons.com%2F%231&size=m&text=Let%20Us%20be%20Your%20Pharmacy&time=1472571061000&type=share&url=http%3A%2F%2Fwww.albertsons.com%2F%233",200,"GET","http://www.albertsons.com/",{"cache-control":["public, max-age=315569260"],"content-encoding":["gzip"],"content-length":["11717"],"content-type":["text/html; charset=utf-8"],"date":["Tue, 30 Aug 2016 15:24:44 GMT"],"etag":["\"a9930de9204810eaeed538247bdb97fe+gzip\""],"last-modified":["Thu, 25 Aug 2016 22:06:26 GMT"],"p3p":["CP=\"CAO DSP LAW CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa OUR BUS IND UNI COM NAV INT\""],"server":["ECS (dfw/F4A8)"],"vary":["Accept-Encoding"],"x-cache":["HIT"]},"subFrame"]
  nightmare:log did-get-response-details +1ms [{},false,"http://platform.twitter.com/widgets/tweet_button.a9a07b811338df26287681bd6727fd0a.en.html#dnt=false&id=twitter-widget-3&lang=en&original_referer=http%3A%2F%2Fwww.albertsons.com%2F%231&size=m&text=Great%20deals%20start%20with%20Great%20Recipes&time=1472571061004&type=share&url=http%3A%2F%2Fwww.albertsons.com%2F%234","http://platform.twitter.com/widgets/tweet_button.a9a07b811338df26287681bd6727fd0a.en.html#dnt=false&id=twitter-widget-3&lang=en&original_referer=http%3A%2F%2Fwww.albertsons.com%2F%231&size=m&text=Great%20deals%20start%20with%20Great%20Recipes&time=1472571061004&type=share&url=http%3A%2F%2Fwww.albertsons.com%2F%234",200,"GET","http://www.albertsons.com/",{"cache-control":["public, max-age=315569260"],"content-encoding":["gzip"],"content-length":["11717"],"content-type":["text/html; charset=utf-8"],"date":["Tue, 30 Aug 2016 15:24:44 GMT"],"etag":["\"a9930de9204810eaeed538247bdb97fe+gzip\""],"last-modified":["Thu, 25 Aug 2016 22:06:26 GMT"],"p3p":["CP=\"CAO DSP LAW CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa OUR BUS IND UNI COM NAV INT\""],"server":["ECS (dfw/F4A8)"],"vary":["Accept-Encoding"],"x-cache":["HIT"]},"subFrame"]
  nightmare:log did-get-response-details +1ms [{},false,"http://platform.twitter.com/widgets/tweet_button.a9a07b811338df26287681bd6727fd0a.en.html#dnt=false&id=twitter-widget-4&lang=en&original_referer=http%3A%2F%2Fwww.albertsons.com%2F%231&size=m&text=Get%20Your%20Weekly%20Ad%20Online!&time=1472571061009&type=share&url=http%3A%2F%2Fwww.albertsons.com%2F%235","http://platform.twitter.com/widgets/tweet_button.a9a07b811338df26287681bd6727fd0a.en.html#dnt=false&id=twitter-widget-4&lang=en&original_referer=http%3A%2F%2Fwww.albertsons.com%2F%231&size=m&text=Get%20Your%20Weekly%20Ad%20Online!&time=1472571061009&type=share&url=http%3A%2F%2Fwww.albertsons.com%2F%235",200,"GET","http://www.albertsons.com/",{"cache-control":["public, max-age=315569260"],"content-encoding":["gzip"],"content-length":["11717"],"content-type":["text/html; charset=utf-8"],"date":["Tue, 30 Aug 2016 15:24:44 GMT"],"etag":["\"a9930de9204810eaeed538247bdb97fe+gzip\""],"last-modified":["Thu, 25 Aug 2016 22:06:26 GMT"],"p3p":["CP=\"CAO DSP LAW CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa OUR BUS IND UNI COM NAV INT\""],"server":["ECS (dfw/F4A8)"],"vary":["Accept-Encoding"],"x-cache":["HIT"]},"subFrame"]
  nightmare:log did-get-response-details +29ms [{},false,"https://dmsapi.mywebgrocer.com/lopex/1.0.0/3a7a217ffa41309ae754bd3bc2ac64f9/lotame.js","https://bcp.crwdcntrl.net/5/c=3841/?https://dmsapi.mywebgrocer.com/lopex/1.0.0/${profile_id}/lotame.js",200,"GET","http://www.albertsons.com/",{"cache-control":["private"],"content-encoding":["gzip"],"content-length":["224"],"content-type":["application/x-javascript; charset=utf-8"],"date":["Tue, 30 Aug 2016 15:30:59 GMT"],"strict-transport-security":["max-age=16000000; includeSubDomains; preload;"],"vary":["Accept-Encoding"],"x-content-type-options":["nosniff"],"x-frame-options":["SAMEORIGIN"]},"script"]
  nightmare:log did-frame-finish-load +19ms [{},false]
  nightmare:log did-frame-finish-load +4ms [{},false]
  nightmare:log did-frame-finish-load +6ms [{},false]
  nightmare:log did-get-response-details +1ms [{},false,"http://3412342.fls.doubleclick.net/activityi;dc_pre=CPL73Ne66c4CFea7swoduFEEag;src=3412342;type=mono;cat=alb_m615;ord=9178421215068;~oref=http%3A%2F%2Fwww.albertsons.com%2F","http://3412342.fls.doubleclick.net/activityi;src=3412342;type=mono;cat=alb_m615;ord=9178421215068;~oref=http%3A%2F%2Fwww.albertsons.com%2F?",200,"GET","http://www.albertsons.com/",{"cache-control":["private, max-age=0"],"content-encoding":["gzip"],"content-length":["177"],"content-type":["text/html; charset=UTF-8"],"date":["Tue, 30 Aug 2016 15:31:01 GMT"],"expires":["Tue, 30 Aug 2016 15:31:01 GMT"],"p3p":["policyref=\"http://googleads.g.doubleclick.net/pagead/gcn_p3p_.xml\", CP=\"CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR\""],"server":["cafe"],"strict-transport-security":["max-age=21600"],"x-content-type-options":["nosniff"],"x-xss-protection":["1; mode=block"]},"subFrame"]
  nightmare:log did-frame-finish-load +5ms [{},false]
  nightmare:log did-frame-finish-load +4ms [{},false]
  nightmare:log did-frame-finish-load +17ms [{},false]
  nightmare:log did-get-response-details +19ms [{},false,"https://securepubads.g.doubleclick.net/gampad/ads?gdfp_req=1&correlator=2850735292186708&output=json_html&callback=callbackProxy&impl=fif&eid=108809080%2C108809134&sc=0&sfv=1-0-4&iu=%2F4644%2Fmwl.albertsons.wp_home&sz=300x250&scp=page%3D17%26sdn%3Dalbertsons%26dn%3Dmywebgrocer.com%26pos%3D1%26tile%3D1%26plat%3Dp2g%26a%3Dv1.0.0%257C%257C22%257C&cookie=ID%3D0542f509840c8223%3AT%3D1471873082%3AS%3DALNI_MZCEMw5XpGg7quBL8P62opPPjm8ow&lmt=1472571060&dt=1472571060959&cc=99&frm=20&biw=800&bih=578&oid=3&adx=680&ady=839&adk=2630130257&gut=v2&ifi=1&u_tz=-240&u_his=1&u_h=900&u_w=1440&u_ah=877&u_aw=1436&u_cd=24&u_sd=2&flash=0&url=http%3A%2F%2Fwww.albertsons.com%2F%231&dssz=53&icsg=141012362854412&std=0&vrg=94&vrp=94&ga_vid=1547714710.1471873082&ga_sid=1472571061&ga_hid=52999382","https://securepubads.g.doubleclick.net/gampad/ads?gdfp_req=1&correlator=2850735292186708&output=json_html&callback=callbackProxy&impl=fif&eid=108809080%2C108809134&sc=0&sfv=1-0-4&iu=%2F4644%2Fmwl.albertsons.wp_home&sz=300x250&scp=page%3D17%26sdn%3Dalbertsons%26dn%3Dmywebgrocer.com%26pos%3D1%26tile%3D1%26plat%3Dp2g%26a%3Dv1.0.0%257C%257C22%257C&cookie=ID%3D0542f509840c8223%3AT%3D1471873082%3AS%3DALNI_MZCEMw5XpGg7quBL8P62opPPjm8ow&lmt=1472571060&dt=1472571060959&cc=99&frm=20&biw=800&bih=578&oid=3&adx=680&ady=839&adk=2630130257&gut=v2&ifi=1&u_tz=-240&u_his=1&u_h=900&u_w=1440&u_ah=877&u_aw=1436&u_cd=24&u_sd=2&flash=0&url=http%3A%2F%2Fwww.albertsons.com%2F%231&dssz=53&icsg=141012362854412&std=0&vrg=94&vrp=94&ga_vid=1547714710.1471873082&ga_sid=1472571061&ga_hid=52999382",200,"GET","http://www.albertsons.com/",{"alt-svc":["quic=\":443\"; ma=2592000; v=\"35,34,33,32,31,30\""],"alternate-protocol":["443:quic"],"cache-control":["no-cache, must-revalidate"],"content-disposition":["attachment; filename=\"f.txt\""],"content-encoding":["gzip"],"content-length":["10360"],"content-type":["text/javascript; charset=UTF-8"],"date":["Tue, 30 Aug 2016 15:31:01 GMT"],"expires":["Fri, 01 Jan 1990 00:00:00 GMT"],"google-creative-id":["70701603724"],"google-lineitem-id":["216501844"],"p3p":["policyref=\"https://googleads.g.doubleclick.net/pagead/gcn_p3p_.xml\", CP=\"CURa ADMa DEVa TAIo PSAo PSDo OUR IND UNI PUR INT DEM STA PRE COM NAV OTC NOI DSP COR\""],"pragma":["no-cache"],"server":["cafe"],"status":["200"],"x-content-type-options":["nosniff"],"x-xss-protection":["1; mode=block"]},"script"]
  nightmare:log did-get-response-details +14ms [{},false,"https://tpc.googlesyndication.com/pagead/imgad?id=CICAgKCTke_G2wEQARgBMgg6nQEfBKD3Yw","https://tpc.googlesyndication.com/pagead/imgad?id=CICAgKCTke_G2wEQARgBMgg6nQEfBKD3Yw",200,"GET","http://www.albertsons.com/",{"age":["523099"],"alt-svc":["quic=\":443\"; ma=2592000; v=\"35,34,33,32,31,30\""],"alternate-protocol":["443:quic"],"cache-control":["public, max-age=604800"],"content-length":["48125"],"content-type":["image/jpeg"],"date":["Wed, 24 Aug 2016 14:08:32 GMT"],"expires":["Wed, 31 Aug 2016 14:08:32 GMT"],"p3p":["policyref=\"https://www.googleadservices.com/pagead/p3p.xml\", CP=\"NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC\""],"server":["cafe"],"status":["200"],"x-content-type-options":["nosniff"],"x-xss-protection":["1; mode=block"]},"image"]
  nightmare:log did-get-response-details +1ms [{},false,"http://pagead2.googlesyndication.com/pagead/osd.js","http://pagead2.googlesyndication.com/pagead/osd.js",200,"GET","http://www.albertsons.com/",{"age":["22"],"cache-control":["public, max-age=3600"],"content-disposition":["attachment; filename=\"f.txt\""],"content-encoding":["gzip"],"content-length":["26517"],"content-type":["text/javascript; charset=UTF-8"],"date":["Tue, 30 Aug 2016 15:27:04 GMT"],"etag":["2135682555142291511"],"expires":["Tue, 30 Aug 2016 16:27:04 GMT"],"p3p":["policyref=\"http://www.googleadservices.com/pagead/p3p.xml\", CP=\"NOI DEV PSA PSD IVA IVD OTP OUR OTR IND OTC\""],"server":["cafe"],"x-content-type-options":["nosniff"],"x-xss-protection":["1; mode=block"]},"script"]
  nightmare:log did-frame-finish-load +64ms [{},false]
  nightmare:log did-frame-finish-load +9ms [{},false]
  nightmare:log did-get-response-details +194ms [{},false,"https://widgets.pinterest.com/v1/urls/count.json?url=http%3A%2F%2Fwww.albertsons.com%2F%3Fhomeslide%3D4&callback=PIN_1472571061283.f.callback[3]","https://widgets.pinterest.com/v1/urls/count.json?url=http%3A%2F%2Fwww.albertsons.com%2F%3Fhomeslide%3D4&callback=PIN_1472571061283.f.callback[3]",200,"GET","http://www.albertsons.com/",{"access-control-allow-origin":["*"],"age":["250"],"cache-control":["must-revalidate, max-age=887"],"connection":["keep-alive"],"content-type":["application/javascript"],"date":["Tue, 30 Aug 2016 15:31:01 GMT"],"expires":["Tue, 30 Aug 2016 15:41:51 GMT"],"transfer-encoding":["chunked"],"via":["1.1 varnish-v4","1.1 varnish"],"x-cache":["HIT"],"x-cache-hits":["1"],"x-content-type-options":["nosniff"],"x-pinterest-host":["widgets.pinterest.com"],"x-served-by":["cache-atl6225-ATL"],"x-timer":["S1472571061.426865,VS0,VE0"]},"script"]
  nightmare:log did-get-response-details +1ms [{},false,"https://widgets.pinterest.com/v1/urls/count.json?url=http%3A%2F%2Fwww.albertsons.com%2F%3Fhomeslide%3D2&callback=PIN_1472571061283.f.callback[1]","https://widgets.pinterest.com/v1/urls/count.json?url=http%3A%2F%2Fwww.albertsons.com%2F%3Fhomeslide%3D2&callback=PIN_1472571061283.f.callback[1]",200,"GET","http://www.albertsons.com/",{"access-control-allow-origin":["*"],"age":["250"],"cache-control":["must-revalidate, max-age=887"],"connection":["keep-alive"],"content-type":["application/javascript"],"date":["Tue, 30 Aug 2016 15:31:01 GMT"],"expires":["Tue, 30 Aug 2016 15:41:51 GMT"],"transfer-encoding":["chunked"],"via":["1.1 varnish-v4","1.1 varnish"],"x-cache":["HIT"],"x-cache-hits":["1"],"x-content-type-options":["nosniff"],"x-pinterest-host":["widgets.pinterest.com"],"x-served-by":["cache-atl6245-ATL"],"x-timer":["S1472571061.426568,VS0,VE0"]},"script"]
  nightmare:log did-get-response-details +0ms [{},false,"https://widgets.pinterest.com/v1/urls/count.json?url=http%3A%2F%2Fwww.albertsons.com%2F%3Fhomeslide%3D3&callback=PIN_1472571061283.f.callback[2]","https://widgets.pinterest.com/v1/urls/count.json?url=http%3A%2F%2Fwww.albertsons.com%2F%3Fhomeslide%3D3&callback=PIN_1472571061283.f.callback[2]",200,"GET","http://www.albertsons.com/",{"access-control-allow-origin":["*"],"age":["327"],"cache-control":["must-revalidate, max-age=887"],"connection":["keep-alive"],"content-type":["application/javascript"],"date":["Tue, 30 Aug 2016 15:31:01 GMT"],"expires":["Tue, 30 Aug 2016 15:40:34 GMT"],"transfer-encoding":["chunked"],"via":["1.1 varnish-v4","1.1 varnish"],"x-cache":["HIT"],"x-cache-hits":["1"],"x-content-type-options":["nosniff"],"x-pinterest-host":["widgets.pinterest.com"],"x-served-by":["cache-atl6228-ATL"],"x-timer":["S1472571061.426821,VS0,VE0"]},"script"]
  nightmare:log did-get-response-details +14ms [{},false,"https://widgets.pinterest.com/v1/urls/count.json?url=http%3A%2F%2Fwww.albertsons.com%2F%3Fhomeslide%3D1&callback=PIN_1472571061283.f.callback[0]","https://widgets.pinterest.com/v1/urls/count.json?url=http%3A%2F%2Fwww.albertsons.com%2F%3Fhomeslide%3D1&callback=PIN_1472571061283.f.callback[0]",200,"GET","http://www.albertsons.com/",{"access-control-allow-origin":["*"],"age":["250"],"cache-control":["must-revalidate, max-age=887"],"connection":["keep-alive"],"content-type":["application/javascript"],"date":["Tue, 30 Aug 2016 15:31:01 GMT"],"expires":["Tue, 30 Aug 2016 15:41:51 GMT"],"transfer-encoding":["chunked"],"via":["1.1 varnish-v4","1.1 varnish"],"x-cache":["HIT"],"x-cache-hits":["1"],"x-content-type-options":["nosniff"],"x-pinterest-host":["widgets.pinterest.com"],"x-served-by":["cache-atl6222-ATL"],"x-timer":["S1472571061.426517,VS0,VE15"]},"script"]
  nightmare:log did-get-response-details +1ms [{},false,"https://widgets.pinterest.com/v1/urls/count.json?url=http%3A%2F%2Fwww.albertsons.com%2F%3Fhomeslide%3D5&callback=PIN_1472571061283.f.callback[4]","https://widgets.pinterest.com/v1/urls/count.json?url=http%3A%2F%2Fwww.albertsons.com%2F%3Fhomeslide%3D5&callback=PIN_1472571061283.f.callback[4]",200,"GET","http://www.albertsons.com/",{"access-control-allow-origin":["*"],"age":["652"],"cache-control":["must-revalidate, max-age=887"],"connection":["keep-alive"],"content-type":["application/javascript"],"date":["Tue, 30 Aug 2016 15:31:01 GMT"],"expires":["Tue, 30 Aug 2016 15:35:09 GMT"],"transfer-encoding":["chunked"],"via":["1.1 varnish-v4","1.1 varnish"],"x-cache":["HIT"],"x-cache-hits":["1"],"x-content-type-options":["nosniff"],"x-pinterest-host":["widgets.pinterest.com"],"x-served-by":["cache-atl6235-ATL"],"x-timer":["S1472571061.427014,VS0,VE16"]},"script"]
  nightmare:log did-get-redirect-request +30ms [{},"https://syndication.twitter.com/i/jot","https://platform.twitter.com/jot.html",false,302,"POST","",{"cache-control":["no-cache, no-store, must-revalidate, pre-check=0, post-check=0"],"content-length":["0"],"content-type":["text/html;charset=utf-8"],"date":["Tue, 30 Aug 2016 15:31:01 GMT"],"expires":["Tue, 31 Mar 1981 05:00:00 GMT"],"last-modified":["Tue, 30 Aug 2016 15:31:01 GMT"],"location":["https://platform.twitter.com/jot.html"],"p3p":["CP=\"CAO DSP LAW CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa OUR BUS IND UNI COM NAV INT\""],"pragma":["no-cache"],"server":["tsa_b"],"status":["302","302 Found"],"strict-transport-security":["max-age=631138519"],"x-connection-hash":["dce766e917ebc12edbf785f2729dd6e8"],"x-content-type-options":["nosniff"],"x-frame-options":["SAMEORIGIN"],"x-response-time":["14"],"x-transaction":["009b613100991960"],"x-tsa-request-body-time":["0"],"x-twitter-response-tags":["BouncerCompliant"],"x-xss-protection":["0"]}]
  nightmare:log did-get-response-details +179ms [{},false,"https://platform.twitter.com/jot.html","https://syndication.twitter.com/i/jot",200,"GET","",{"accept-ranges":["bytes"],"cache-control":["public, max-age=315569260"],"content-length":["80"],"content-type":["text/html; charset=utf-8"],"date":["Tue, 30 Aug 2016 15:31:01 GMT"],"etag":["\"d9592a6c704736fa4da218d4357976dd\""],"last-modified":["Fri, 26 Aug 2016 17:43:47 GMT"],"p3p":["CP=\"CAO DSP LAW CURa ADMa DEVa TAIa PSAa PSDa IVAa IVDa OUR BUS IND UNI COM NAV INT\""],"server":["ECS (dfw/27E6)"],"x-cache":["HIT"]},"subFrame"]
  nightmare:log did-fail-load +5ms [{},-3,"","https://platform.twitter.com/jot.html",false]
  nightmare:log did-get-response-details +79ms [{},false,"https://www.facebook.com/tr/?id=811207002269085&ev=PixelInitialized&dl=http%3A%2F%2Fwww.albertsons.com%2F%231&rl=http%3A%2F%2Fwww.albertsons.com%2F%231&if=false&ts=1472571061706","https://www.facebook.com/tr/?id=811207002269085&ev=PixelInitialized&dl=http%3A%2F%2Fwww.albertsons.com%2F%231&rl=http%3A%2F%2Fwww.albertsons.com%2F%231&if=false&ts=1472571061706",200,"GET","http://www.albertsons.com/",{"cache-control":["no-cache, must-revalidate, max-age=0"],"content-length":["44"],"content-type":["image/gif"],"date":["Tue, 30 Aug 2016 15:31:01 GMT"],"expires":["Tue, 30 Aug 2016 15:31:01 GMT"],"last-modified":["Fri, 21 Dec 2012 00:00:01 GMT"],"server":["proxygen"],"set-cookie":[""],"status":["200"]},"image"]
  nightmare:log did-frame-finish-load +74ms [{},false]
  nightmare:log did-get-response-details +103ms [{},false,"http://bcp.crwdcntrl.net/5/c=3841/rand=615391281/pv=y/rt=ifr","http://bcp.crwdcntrl.net/5/c=3841/rand=615391281/pv=y/rt=ifr",200,"GET","http://www.albertsons.com/",{"cache-control":["no-cache"],"connection":["keep-alive"],"content-length":["163"],"content-type":["text/html;charset=UTF-8"],"date":["Tue, 30 Aug 2016 15:31:01 GMT"],"expires":["Thu, 01 Jan 1970 00:00:00 GMT"],"p3p":["CP=NOI DSP COR NID PSAa PSDa OUR UNI COM NAV"],"pragma":["no-cache"],"set-cookie":["_cc_aud=\"ABR4nC2We1CWVRCH3%2FMikDrcZcSUS4CgKDexyTEDLajBxhJQgcrAQbPRbMYpMrKkLJsSiwGjm1CIRngrJUQQLEjBksbyIy5FZCSGyXSBKMrsMvwe%2BeN72HN29z27Z8%2BeY1mWld5SedS69mdqLHtCoP71XyLExIOfhPmfC0k3CBlXZPPAj5JGDgsFDWO%2FdsT7zH2vwapPhP50IeVJoXep8PMuobgBL7uFkwfBAbBfzqYWCV%2BNF3wXCIvWCyueEpZECSsPo2mEDWEYxIE58tlORCPVQtAZzZX1sOpm4XZ%2FNC9KqjJIRNTex6pLkc7jOhjpG6Xg%2BrvJxGVhsbdUuvulUoHBigykHvC1BqfvkbRwWHalHWimoNIB2jVYp4js7peEzf%2BguRi7MuHPxjE4uXgKk%2Beh%2Bbu89L%2BG9JukD3xx%2FTFQCuwTsUgf8T1Ko6IRaRrLvVWavW0M%2BuHzAppHUWGr6iYhzdfcolXYketxL2tw1IkMvqFB52UsQnZWjHbaCvpUoQQMofkiyaLcxj0myfNNSUl1klLasbPxksrXHxZig%2FSFQ4l4eRufjwrF0fIyidPRjkEQlezxFs4StBb3zdI8xubELAA3C16umGcyqPq0AtnwQDb8EsV%2BoUTSWmKIbQbaDtN9p9a5Xim3NrLFU55lLdl8IUKDpc6Sdt6Ez8eFIlWr3VghqSIGRONzAhjP4CwS6Yk0A4TjbJ3mQvcRdKgkZ0KpWSmkFjHHOhfOBlqZFd1FlpRI40sRLd%2Bmr0cMIm0V1nzB4C%2BYT5HPgFTM7xWSQpjzIiE6m%2FZDBwkznbSSAg8C8yAvCaNIFIMHZ9r9P0JZLslxmsEr4C%2FsBpEwd2hX7HXKhJX9gsxzB1D5lWgLwQ7mzuOFZFVr1Sa9gYhoMwmqHtvvX7z0MkjDdadQTq%2BWVHSfJB%2BdMfOqdsXa%2BwyaMjBddMyuKgzS5LqA45tNBnN1OkyY4rOTsavcK9TXEKYKzMltuwZDyaCDg%2BCg7w60IT1ItNS8g3U6suX6ulW4VimaEDZ1mLujay2DbP%2BaSOw4og7uh6KJ8vLE81JJVJhm2VnBaS5QH7QCToGTqNDIAriPtp9AMwRwgQUrMPsqe7t7Lolki49wuI5sBWQ3IRkpH2zBtZJsSgZYoBq1PaMen0EazKXvdqrhmlZaZW0e5iXgFQ3uu4hUDIpAIeukJUTR%2FBPnAA7s6DvC6jNkl%2BIbpqmWj5KQjcTgJpz7ToO2g%2BUSbQLtt%2FySBn03SGrewme5ls59prn9f8i8sxtwtG1Kyj4GagVvCjpKSzJxZaAU7AL06zh1feu5L4WsTYB2mJXLh44LAzwBBlwAhRmXAyi%2B%2BFPk%2Bh7SQ8ec%2FSFzWqDdcwjorFh9XcwdYJBW2adjYWfqbrRdlQkz%2BC5zuojsPAzy8OK2h9iz8MLt1DxZ0nEeEp1ERCbsiVOFeRmofAt60eSo1boTih%2BSN%2BC63hZNdmeyCLrpVY5M3tOAai3Xc8QEdwrebHj8tWSpe5s0Dkka92Y5t3Z9NaEkgzs0eJmW3rpTUqaya3Jola2vI1F1ORSK7YE0IpWmVmGojrQS2JDqxUrk%2Buzk%2BRNOEbnSOONvRPM9DRo6tH%2BBpBY2vIULs6VJc3c9Ii8udJvbuI8iqeT7eZx0MJfDE8dQyW2cacP2h5NIFxYRyaP0lr%2BRaLH%2B9Cx%2FelZkOeCV4FOJMx7IhZuQVHzmB2IPxs5HXcMsLeMLZ%2FE5C8wEXMlNvAf9w8D0sV%2Bnadxq%2BS6AY5E%2FDnC086VivMYulP8BTZWnMw%3D%3D\";Version=1;Path=/;Domain=crwdcntrl.net;Expires=Sat, 27-May-2017 15:31:01 GMT;Max-Age=23328000","_cc_cc=\"ACZ4nJXU204TQRjA8S4RCaWhb2BIvDMhCkUJD%2BAzeF1QnkMQOTUqoMGAEgIIxigXaowCPdDDVo4FgW4pZYEiFDmUk1QQgRVJ2%2Bz879yLzfz2m5md75vdMeRZrMXWwoLi8nJrUYHlRon1XvHNotK7ltKyQmvZraLyEsP5dUfu%2BeTx%2BDWzIXV96XfnZ45LjqeaZtYk6cnt05Ozi5b9WqpVccVwft%2FNSPUx9P3%2FkMkaT1byqSGmTJulkTz1KBmLw7ZowCi5MzpSfj0yLngltmuSPl5%2Fc5j0dzjSv5Grd7Oj3ah3VWuN0D%2BK8dvBnWzpQ%2F77X0lvKaIV2AfLsAvuhjvgNrgZtsF1cBV8hHwScByOwavwMrwEL8AqHIYVOAhPwQF4FB6Gh%2BCvsAz7YA%2Fshl3wfuOMUe81eBVehqPwIjwHz8IKHISn4DHYBztf2M1CPWEv7IHd8CDsgh1w9K0srGcJXoQXYBWehyPwHByG3Q1KzvlZlkgkPdP22KR3sOHirEu7Gd7q8gpusYnxxF5rtt6z8Xph%2Ft521SStXe1L2QY%2Fgr2donvUpkwpkuWIJ31g7zNJB9lp78N78A68DcfhLXgTXodX4RW4e7P6Xz3SjiF%2BGGoU8nMiX7n2%2BLK%2B%2F27lgDDfBubzB%2Bpy9R6GR%2BGfGD%2BJ%2BDRsX2kQ3j9QLa6v1xXK0bsGrnfUZenzewhXwPdhzS76DD6B%2F8C%2F4a7%2BFqP08lLaa%2FNi%2FU9hDV5CfRZgFZ6HI%2FAcHIZn4RAchGfgb%2FAEHIDH4TF4CJZhH%2ByFPbAbHoSd8AA8%2Beq5Ub8%2FE3D4s7jfITgIj8DDsB92wu%2FgTvzfbXAL%2FAxugmvhB3AlfIbv9wQ%2BhtfhH3AMVuEQ%2FBfikeCP\";Version=1;Path=/;Domain=crwdcntrl.net;Expires=Sat, 27-May-2017 15:31:01 GMT;Max-Age=23328000","_cc_id=3a7a217ffa41309ae754bd3bc2ac64f9;Path=/;Domain=crwdcntrl.net;Expires=Sat, 27-May-2017 15:31:01 GMT"],"x-server":["172.20.10.119"]},"subFrame"]
  nightmare:log did-frame-finish-load +6ms [{},false]
  nightmare:log did-frame-finish-load +0ms [{},true]
  nightmare:log did-finish-load +0ms [{}]
  nightmare:log page-favicon-updated +2ms [{},["http://www.albertsons.com/wp-content/themes/albertsons/favicon.png"]]
  nightmare:log did-stop-loading +0ms [{}]
Page loaded
{ url: 'http://www.albertsons.com/',
  code: 200,
  method: 'GET',
  referrer: '',
  headers: 
   { 'accept-ranges': [ 'bytes' ],
     age: [ '0' ],
     connection: [ 'keep-alive' ],
     'content-length': [ '74875' ],
     'content-type': [ 'text/html; charset=UTF-8' ],
     date: [ 'Tue, 30 Aug 2016 15:30:59 GMT' ],
     link: 
      [ '<http://www.albertsons.com/wp-json/>; rel="https://api.w.org/"',
        '<http://www.albertsons.com/>; rel=shortlink' ],
     server: [ 'Apache/2.2.15 (CentOS)' ],
     via: [ '1.1 varnish' ],
     'x-cache': [ 'MISS' ],
     'x-pingback': [ 'http://www.albertsons.com/xmlrpc.php' ],
     'x-powered-by': [ 'PHP/5.3.3' ],
     'x-varnish': [ '1348405685' ] } }
Closing nightmare
  nightmare running +17ms
  nightmare electron child process exited with code 0: success! +65ms
Has results
undefined
Closing process after 3595ms

Headless Output (not working)

Starting nightmare
  nightmare queuing process start +0ms
In generator
  nightmare queueing action "goto" for http://albertsons.com +5ms
  nightmare running +2ms
  nightmare:log Navigating: "http://albertsons.com",
            headers: [none],
            timeout: 30000 +347ms
  nightmare:log did-start-loading +10ms [{}]
  nightmare:log did-get-redirect-request +48ms [{},"http://albertsons.com/","http://www.albertsons.com/",true,301,"GET","",{"accept-ranges":["bytes"],"age":["0"],"content-length":["0"],"content-type":["text/html; charset=UTF-8"],"date":["Tue, 30 Aug 2016 15:13:50 GMT"],"location":["http://www.albertsons.com/"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["MISS"],"x-pingback":["http://www.albertsons.com/xmlrpc.php"],"x-powered-by":["PHP/5.3.3"],"x-varnish":["2379973646"]}]
  nightmare:log did-get-response-details +711ms [{},false,"http://www.albertsons.com/","http://albertsons.com/",200,"GET","",{"accept-ranges":["bytes"],"age":["0"],"connection":["keep-alive"],"content-length":["74875"],"content-type":["text/html; charset=UTF-8"],"date":["Tue, 30 Aug 2016 15:28:29 GMT"],"link":["<http://www.albertsons.com/wp-json/>; rel=\"https://api.w.org/\"","<http://www.albertsons.com/>; rel=shortlink"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["MISS"],"x-pingback":["http://www.albertsons.com/xmlrpc.php"],"x-powered-by":["PHP/5.3.3"],"x-varnish":["887738404"]},"mainFrame"]
  nightmare:log did-get-response-details +101ms [{},false,"http://www.albertsons.com/wp-content/themes/albertsons/style.css?v1","http://www.albertsons.com/wp-content/themes/albertsons/style.css?v1",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["887"],"content-length":["40430"],"content-type":["text/css"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"3f0678-9dee-523958c824480\""],"last-modified":["Mon, 02 Nov 2015 21:34:58 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["1348367068 1348341851"]},"stylesheet"]
  nightmare:log did-get-response-details +2ms [{},false,"http://fonts.googleapis.com/css?family=Droid+Sans","http://fonts.googleapis.com/css?family=Droid+Sans",200,"GET","http://www.albertsons.com/",{"access-control-allow-origin":["*"],"cache-control":["private, max-age=86400, stale-while-revalidate=604800"],"content-encoding":["gzip"],"content-type":["text/css; charset=utf-8"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"expires":["Tue, 30 Aug 2016 15:06:31 GMT"],"last-modified":["Tue, 30 Aug 2016 15:06:31 GMT"],"link":["<http://fonts.gstatic.com>; rel=preconnect; crossorigin"],"server":["ESF"],"timing-allow-origin":["*"],"x-frame-options":["SAMEORIGIN"],"x-xss-protection":["1; mode=block"]},"stylesheet"]
  nightmare:log did-get-response-details +4ms [{},false,"http://www.albertsons.com/wp-content/themes/albertsons/fonts/Caferus/Caferus.css","http://www.albertsons.com/wp-content/themes/albertsons/fonts/Caferus/Caferus.css",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"access-control-allow-origin":["*"],"age":["2243"],"content-length":["2730"],"content-type":["text/css"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"2a20ba-aaa-517b342a13800\""],"last-modified":["Thu, 04 Jun 2015 15:59:28 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2300658167 2300595184"]},"stylesheet"]
  nightmare:log did-get-response-details +5ms [{},false,"http://www.albertsons.com/wp-content/plugins/pinterest-pinboard-widget/style.css?v=1&ver=4.5.3","http://www.albertsons.com/wp-content/plugins/pinterest-pinboard-widget/style.css?v=1&ver=4.5.3",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes","bytes"],"age":["0"],"content-length":["981"],"content-type":["text/css"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"2261d-3d5-5131e4c439f40\""],"last-modified":["Tue, 07 Apr 2015 08:35:33 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["MISS"],"x-varnish":["2379961485"]},"stylesheet"]
  nightmare:log did-get-response-details +1ms [{},false,"http://www.albertsons.com/wp-content/plugins/pinterest-rss-widget/style.css?ver=4.5.3","http://www.albertsons.com/wp-content/plugins/pinterest-rss-widget/style.css?ver=4.5.3",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["47"],"content-length":["1147"],"content-type":["text/css"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"28a61b-47b-53679248211c0\""],"last-modified":["Thu, 30 Jun 2016 06:40:15 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2300658166 2300656609"]},"stylesheet"]
  nightmare:log did-get-response-details +1ms [{},false,"http://www.albertsons.com/wp-includes/js/jquery/jquery.js?ver=1.12.4","http://www.albertsons.com/wp-includes/js/jquery/jquery.js?ver=1.12.4",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["3064"],"content-length":["97184"],"content-type":["text/javascript"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"120084-17ba0-536791d980cc0\""],"last-modified":["Thu, 30 Jun 2016 06:38:19 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["887702384 887612854"]},"script"]
  nightmare:log did-get-response-details +1ms [{},false,"http://www.albertsons.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1","http://www.albertsons.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["2843"],"content-length":["10056"],"content-type":["text/javascript"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"264708-2748-536791d980cc0\""],"last-modified":["Thu, 30 Jun 2016 06:38:19 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["1838741832 1838658105"]},"script"]
  nightmare:log did-get-response-details +2ms [{},false,"http://www.albertsons.com/wp-content/plugins/pinterest-rss-widget/jquery.nailthumb.1.0.min.js?ver=4.5.3","http://www.albertsons.com/wp-content/plugins/pinterest-rss-widget/jquery.nailthumb.1.0.min.js?ver=4.5.3",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["2358"],"content-length":["15886"],"content-type":["text/javascript"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"44437a-3e0e-53679248211c0\""],"last-modified":["Thu, 30 Jun 2016 06:40:15 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["509304541 509234795"]},"script"]
  nightmare:log did-get-response-details +1ms [{},false,"http://www.albertsons.com/wp-content/themes/albertsons/js/superfish.js?ver=4.5.3","http://www.albertsons.com/wp-content/themes/albertsons/js/superfish.js?ver=4.5.3",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["2103"],"content-length":["3833"],"content-type":["text/javascript"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"36366-ef9-4d7478f14d680\""],"last-modified":["Wed, 06 Mar 2013 20:37:30 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2379961487 2379900259"]},"script"]
  nightmare:log did-get-response-details +1ms [{},false,"http://www.albertsons.com/wp-content/themes/albertsons/js/hoverIntent.js?ver=4.5.3","http://www.albertsons.com/wp-content/themes/albertsons/js/hoverIntent.js?ver=4.5.3",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["3132"],"content-length":["3257"],"content-type":["text/javascript"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"3f035e-cb9-4d7478ef65200\""],"last-modified":["Wed, 06 Mar 2013 20:37:28 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["1348367071 1348275024"]},"script"]
  nightmare:log did-get-response-details +1ms [{},false,"http://www.albertsons.com/wp-content/themes/albertsons/js/jquery.watermark.min.js?ver=4.5.3","http://www.albertsons.com/wp-content/themes/albertsons/js/jquery.watermark.min.js?ver=4.5.3",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["2373"],"content-length":["4629"],"content-type":["text/javascript"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"36363-1215-4d7478f14d680\""],"last-modified":["Wed, 06 Mar 2013 20:37:30 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2379961488 2379891705"]},"script"]
  nightmare:log did-get-response-details +1ms [{},false,"http://www.albertsons.com/wp-content/themes/albertsons/js/jquery.cycle.all.min.js","http://www.albertsons.com/wp-content/themes/albertsons/js/jquery.cycle.all.min.js",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["1707"],"content-length":["32066"],"content-type":["text/javascript"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"3f0361-7d42-4d7478f14d680\""],"last-modified":["Wed, 06 Mar 2013 20:37:30 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["1348367073 1348318069"]},"script"]
  nightmare:log did-get-response-details +1ms [{},false,"http://www.albertsons.com/wp-content/themes/albertsons/scripts/getCustomerData.js","http://www.albertsons.com/wp-content/themes/albertsons/scripts/getCustomerData.js",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["160"],"content-length":["1713"],"content-type":["text/javascript"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"270368-6b1-4f6388ca3f740\""],"last-modified":["Fri, 04 Apr 2014 14:44:05 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["1838741834 1838738410"]},"script"]
  nightmare:log did-get-response-details +2ms [{},false,"http://www.albertsons.com/wp-content/themes/albertsons/scripts/json2.js","http://www.albertsons.com/wp-content/themes/albertsons/scripts/json2.js",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["1623"],"content-length":["3377"],"content-type":["text/javascript"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"2923fd-d31-4ca6492d7d000\""],"last-modified":["Sun, 23 Sep 2012 20:46:56 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2300658168 2300612871"]},"script"]
  nightmare:log did-get-response-details +4ms [{},false,"http://www.albertsons.com/wp-content/uploads/2015/05/android_robot_21x25.png","http://www.albertsons.com/wp-content/uploads/2015/05/android_robot_21x25.png",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["866"],"content-length":["3619"],"content-type":["image/png"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"3fe255-e23-5166f15887a80\""],"last-modified":["Tue, 19 May 2015 13:14:02 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["1348367075 1348342337"]},"image"]
  nightmare:log did-get-response-details +5ms [{},false,"http://www.albertsons.com/wp-content/uploads/2015/05/app-store-icon_25x25.png","http://www.albertsons.com/wp-content/uploads/2015/05/app-store-icon_25x25.png",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["1784"],"content-length":["4330"],"content-type":["image/png"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"474284-10ea-5166f15887a80\""],"last-modified":["Tue, 19 May 2015 13:14:02 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["509304543 509252520"]},"image"]
  nightmare:log did-get-response-details +1ms [{},false,"http://www.albertsons.com/wp-content/uploads/2015/05/instagram_icon_25x25.png","http://www.albertsons.com/wp-content/uploads/2015/05/instagram_icon_25x25.png",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["3548"],"content-length":["4558"],"content-type":["image/png"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"280258-11ce-5166f15b64140\""],"last-modified":["Tue, 19 May 2015 13:14:05 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["1838741835 1838638483"]},"image"]
  nightmare:log did-get-response-details +1ms [{},false,"http://www.albertsons.com/wp-content/uploads/2015/05/youtube_social_squircle_red_25x25.png","http://www.albertsons.com/wp-content/uploads/2015/05/youtube_social_squircle_red_25x25.png",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["2230"],"content-length":["3872"],"content-type":["image/png"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"4225b-f20-5166f15d4c5c0\""],"last-modified":["Tue, 19 May 2015 13:14:07 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2379961491 2379896082"]},"image"]
  nightmare:log did-get-response-details +0ms [{},false,"http://www.albertsons.com/wp-content/uploads/2015/05/twitter_logo_white_bluebkgrnd_radius_25x25.png","http://www.albertsons.com/wp-content/uploads/2015/05/twitter_logo_white_bluebkgrnd_radius_25x25.png",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["1434"],"content-length":["3967"],"content-type":["image/png"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"3fe25a-f7f-5166f15c58380\""],"last-modified":["Tue, 19 May 2015 13:14:06 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["1348367076 1348325643"]},"image"]
  nightmare:log did-get-response-details +1ms [{},false,"http://assets.pinterest.com/images/pidgets/pin_it_button.png","http://assets.pinterest.com/images/pidgets/pin_it_button.png",200,"GET","http://www.albertsons.com/",{"cache-control":["max-age=1209600"],"content-length":["909"],"content-type":["image/png"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"last-modified":["Thu, 02 Jun 2016 17:17:12 GMT"]},"image"]
  nightmare:log did-get-response-details +1ms [{},false,"http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4fc14192152e30a5","http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4fc14192152e30a5",200,"GET","http://www.albertsons.com/",{"cache-control":["public, no-check, max-age=600"],"cf-cache-status":["HIT"],"cf-ray":["2da9455030df0880-IAD"],"content-encoding":["gzip"],"content-type":["text/javascript"],"date":["Tue, 30 Aug 2016 15:28:07 GMT"],"etag":["\"3742628-59c64-53b3796df2600\""],"last-modified":["Mon, 29 Aug 2016 15:33:44 GMT"],"server":["cloudflare-nginx"],"surrogate-key":["client_dist"],"timing-allow-origin":["*"],"vary":["Accept-Encoding"],"x-distribution":["99"],"x-host":["s7.addthis.com"]},"script"]
  nightmare:log did-get-response-details +2ms [{},false,"http://www.albertsons.com/wp-includes/js/wp-embed.min.js?ver=4.5.3","http://www.albertsons.com/wp-includes/js/wp-embed.min.js?ver=4.5.3",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["73"],"content-length":["1403"],"content-type":["text/javascript"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"24613-57b-536791d980cc0\""],"last-modified":["Thu, 30 Jun 2016 06:38:19 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2379961489 2379959307"]},"script"]
  nightmare:log did-get-response-details +1ms [{},false,"http://assets.pinterest.com/js/pinit.js","http://assets.pinterest.com/js/pinit.js",200,"GET","http://www.albertsons.com/",{"cache-control":["max-age=1209600"],"content-encoding":["gzip"],"content-length":["286"],"content-type":["application/javascript; charset=utf-8"],"date":["Mon, 29 Aug 2016 18:34:36 GMT"],"last-modified":["Fri, 19 Aug 2016 18:24:17 GMT"],"vary":["Accept-Encoding"]},"script"]
  nightmare:log did-get-response-details +2ms [{},false,"http://www.albertsons.com/wp-content/uploads/2015/05/pinterest_badge_red_25x25.png","http://www.albertsons.com/wp-content/uploads/2015/05/pinterest_badge_red_25x25.png",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["3333"],"content-length":["3472"],"content-type":["image/png"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"280259-d90-5166f15c58380\""],"last-modified":["Tue, 19 May 2015 13:14:06 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["1838741836 1838644626"]},"image"]
  nightmare:log did-get-response-details +4ms [{},false,"http://www.albertsons.com/wp-content/uploads/2015/05/fb_f_logo_radius_25x25.png","http://www.albertsons.com/wp-content/uploads/2015/05/fb_f_logo_radius_25x25.png",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["1236"],"content-length":["3821"],"content-type":["image/png"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"474285-eed-5166f1597bcc0\""],"last-modified":["Tue, 19 May 2015 13:14:03 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["509304545 509269439"]},"image"]
  nightmare:log did-get-response-details +0ms [{},false,"http://www.albertsons.com/wp-content/uploads/2015/11/abslogo2000v4.jpg","http://www.albertsons.com/wp-content/uploads/2015/11/abslogo2000v4.jpg",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["1346"],"content-length":["60925"],"content-type":["image/jpeg"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"2aa17a-edfd-524c4efbec480\""],"last-modified":["Tue, 17 Nov 2015 23:32:18 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2300658172 2300620633"]},"image"]
  nightmare:log did-get-response-details +1ms [{},false,"http://www.albertsons.com/wp-content/themes/albertsons/images/go-btn.gif","http://www.albertsons.com/wp-content/themes/albertsons/images/go-btn.gif",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["1881"],"content-length":["1881"],"content-type":["image/gif"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"3632e-759-4d7478e9ac480\""],"last-modified":["Wed, 06 Mar 2013 20:37:22 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2379961494 2379907755"]},"image"]
  nightmare:log did-get-response-details +1ms [{},false,"http://www.albertsons.com/wp-content/themes/albertsons/images/truck_icon.png","http://www.albertsons.com/wp-content/themes/albertsons/images/truck_icon.png",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["1837"],"content-length":["2340"],"content-type":["image/png"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"3f0626-924-521e93b16cd80\""],"last-modified":["Mon, 12 Oct 2015 14:34:46 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["1348367077 1348314549"]},"image"]
  nightmare:log did-get-response-details +4ms [{},false,"http://www.albertsons.com/wp-content/themes/albertsons/images/go-btn-black.gif","http://www.albertsons.com/wp-content/themes/albertsons/images/go-btn-black.gif",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["2332"],"content-length":["1877"],"content-type":["image/gif"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"27032d-755-4d7478e9ac480\""],"last-modified":["Wed, 06 Mar 2013 20:37:22 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["1838741838 1838674573"]},"image"]
  nightmare:log did-get-response-details +1ms [{},false,"http://www.albertsons.com/wp-content/uploads/2016/08/FluShot_2016_ALB_HomepageSlider_ABS-975x490.png","http://www.albertsons.com/wp-content/uploads/2016/08/FluShot_2016_ALB_HomepageSlider_ABS-975x490.png",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["182"],"content-length":["168430"],"content-type":["image/png"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"48e0dd-291ee-539d35ba55d80\""],"last-modified":["Thu, 11 Aug 2016 22:33:42 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["509304546 509300557"]},"image"]
  nightmare:log did-get-response-details +5ms [{},false,"http://connect.facebook.net/en_US/all.js#xfbml=1","http://connect.facebook.net/en_US/all.js#xfbml=1",200,"GET","http://www.albertsons.com/",{"access-control-expose-headers":["X-FB-Content-MD5"],"cache-control":["public, max-age=1200, stale-while-revalidate=3600"],"content-encoding":["gzip"],"content-length":["57975"],"content-md5":["XVAhccZbh8y/K53R7ebAIQ=="],"content-security-policy":["default-src * data: blob:;script-src *.facebook.com *.fbcdn.net *.facebook.net *.google-analytics.com *.virtualearth.net *.google.com 127.0.0.1:* *.spotilocal.com:* 'unsafe-inline' 'unsafe-eval' fbstatic-a.akamaihd.net fbcdn-static-b-a.akamaihd.net *.atlassolutions.com blob: data:;style-src data: 'unsafe-inline' *;connect-src *.facebook.com *.fbcdn.net *.facebook.net *.spotilocal.com:* *.akamaihd.net wss://*.facebook.com:* https://fb.scanandcleanlocal.com:* *.atlassolutions.com attachment.fbsbx.com ws://localhost:* blob: chrome-extension://boadgeojelhgndaghljhdicfkmllpafd chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm;"],"content-type":["application/x-javascript; charset=utf-8"],"date":["Tue, 30 Aug 2016 15:28:07 GMT"],"etag":["\"39b9f10bc5006674609e90f432f626b4\""],"expires":["Tue, 30 Aug 2016 15:40:40 GMT"],"timing-allow-origin":["*"],"vary":["Accept-Encoding"],"x-content-type-options":["nosniff"],"x-fb-content-md5":["7c5561ce50db8237991d435c3442da53"],"x-fb-debug":["cWVOamhRtD56IIeOw/Y/BqZ+2JwVZJTSeKq7ZRl+0117kbQj/nYei2Cy460SJQcdt+6kS063EC0vtYNFKlva4g=="],"x-frame-options":["DENY"],"x-xss-protection":["0"]},"script"]
  nightmare:log did-get-response-details +1ms [{},false,"http://www.albertsons.com/wp-content/uploads/2016/07/ABS-Fuel-Program-Homepage-FeatureUnit-Desktop.jpg","http://www.albertsons.com/wp-content/uploads/2016/07/ABS-Fuel-Program-Homepage-FeatureUnit-Desktop.jpg",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["2563"],"content-length":["118887"],"content-type":["image/jpeg"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"5a323-1d067-5381a55f55580\""],"last-modified":["Thu, 21 Jul 2016 00:24:06 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2379961495 2379885875"]},"image"]
  nightmare:log did-get-response-details +0ms [{},false,"http://www.albertsons.com/wp-content/uploads/2016/04/albciv56063_rxplus_alb_homepageslider_976x492-976x490.jpg","http://www.albertsons.com/wp-content/uploads/2016/04/albciv56063_rxplus_alb_homepageslider_976x492-976x490.jpg",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["3415"],"content-length":["66098"],"content-type":["image/jpeg"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"13e1b1-10232-52f73e01880c0\""],"last-modified":["Fri, 01 Apr 2016 22:26:51 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["887702388 887602986"]},"image"]
  nightmare:log did-get-response-details +2ms [{},false,"http://www.albertsons.com/wp-content/uploads/2012/10/Homepage-Slider-ROTW1-978x490.jpg","http://www.albertsons.com/wp-content/uploads/2012/10/Homepage-Slider-ROTW1-978x490.jpg",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["2970"],"content-length":["160628"],"content-type":["image/jpeg"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"3dea5d-27374-4cb1912826900\""],"last-modified":["Tue, 02 Oct 2012 20:07:32 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["1348367079 1348279762"]},"image"]
  nightmare:log did-get-response-details +3ms [{},false,"http://www.albertsons.com/wp-content/uploads/2016/01/Weekly-Ad-Homepage-Slider-976x492-976x490.jpg","http://www.albertsons.com/wp-content/uploads/2016/01/Weekly-Ad-Homepage-Slider-976x492-976x490.jpg",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["2791"],"content-length":["117205"],"content-type":["image/jpeg"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"28e1c3-1c9d5-52a530fe6f640\""],"last-modified":["Wed, 27 Jan 2016 16:12:01 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["1838741840 1838659648"]},"image"]
  nightmare:log did-get-response-details +1ms [{},false,"http://www.albertsons.com/wp-content/themes/albertsons/images/AdBar_2.jpg","http://www.albertsons.com/wp-content/themes/albertsons/images/AdBar_2.jpg",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["1686"],"content-length":["13394"],"content-type":["image/jpeg"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"2923b1-3452-4f0f80bb7e780\""],"last-modified":["Mon, 27 Jan 2014 18:40:46 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2300658175 2300610986"]},"image"]
  nightmare:log did-get-response-details +7ms [{},false,"http://www.albertsons.com/wp-content/uploads/2013/06/ClipsBar-CakesAndDeliTrays-780x585-60x45.png","http://www.albertsons.com/wp-content/uploads/2013/06/ClipsBar-CakesAndDeliTrays-780x585-60x45.png",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["2961"],"content-length":["2366"],"content-type":["image/png"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"9c0cf-93e-4df7ab75a5f80\""],"last-modified":["Wed, 19 Jun 2013 05:01:02 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2300658176 2300573784"]},"image"]
  nightmare:log did-get-response-details +1ms [{},false,"http://www.albertsons.com/wp-content/uploads/2013/06/ClipsBar-Coupons-780x585-60x45.png","http://www.albertsons.com/wp-content/uploads/2013/06/ClipsBar-Coupons-780x585-60x45.png",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["1776"],"content-length":["2325"],"content-type":["image/png"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"11257d-915-4df7ae59b3180\""],"last-modified":["Wed, 19 Jun 2013 05:13:58 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["887702389 887649678"]},"image"]
  nightmare:log did-get-response-details +3ms [{},false,"http://www.albertsons.com/wp-content/uploads/2013/06/ClipsBar-ShoppingList-780x585-60x45.png","http://www.albertsons.com/wp-content/uploads/2013/06/ClipsBar-ShoppingList-780x585-60x45.png",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["2970"],"content-length":["2446"],"content-type":["image/png"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"9c0dd-98e-4df7adf7789c0\""],"last-modified":["Wed, 19 Jun 2013 05:12:15 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2300658178 2300573511"]},"image"]
  nightmare:log did-get-response-details +1ms [{},false,"http://www.albertsons.com/wp-content/uploads/2013/06/ClipsBar-WeeklyAdEmail-780x585-60x45.png","http://www.albertsons.com/wp-content/uploads/2013/06/ClipsBar-WeeklyAdEmail-780x585-60x45.png",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["2577"],"content-length":["2311"],"content-type":["image/png"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"11258b-907-4df7ae000de00\""],"last-modified":["Wed, 19 Jun 2013 05:12:24 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["887702390 887626582"]},"image"]
  nightmare:log did-get-response-details +1ms [{},false,"http://www.albertsons.com/wp-content/uploads/2016/08/ProteinTravelBarsABS.jpg","http://www.albertsons.com/wp-content/uploads/2016/08/ProteinTravelBarsABS.jpg",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["1494"],"content-length":["20266"],"content-type":["image/jpeg"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"29649d-4f2a-53aafb4d37cc0\""],"last-modified":["Mon, 22 Aug 2016 21:26:51 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["1838741843 1838700231"]},"image"]
  nightmare:log did-get-response-details +1ms [{},false,"http://www.albertsons.com/wp-includes/js/wp-emoji-release.min.js?ver=4.5.3","http://www.albertsons.com/wp-includes/js/wp-emoji-release.min.js?ver=4.5.3",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["1762"],"content-length":["9802"],"content-type":["text/javascript"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"28d39a-264a-536791d980cc0\""],"last-modified":["Thu, 30 Jun 2016 06:38:19 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2300658170 2300608868"]},"script"]
  nightmare:log did-get-response-details +0ms [{},false,"http://www.albertsons.com/wp-content/uploads/2016/08/getty_686341746996879530-300x200.jpg","http://www.albertsons.com/wp-content/uploads/2016/08/getty_686341746996879530-300x200.jpg",200,"GET","http://www.albertsons.com/",{"accept-ranges":["bytes"],"age":["1157"],"content-length":["18127"],"content-type":["image/jpeg"],"date":["Tue, 30 Aug 2016 15:06:31 GMT"],"etag":["\"5a4ec-46cf-53b009527b700\""],"last-modified":["Fri, 26 Aug 2016 21:56:12 GMT"],"server":["Apache/2.2.15 (CentOS)"],"via":["1.1 varnish"],"x-cache":["HIT"],"x-varnish":["2379961498 2379930121"]},"image"]
  nightmare:log did-frame-finish-load +138ms [{},false]
  nightmare:log did-frame-finish-load +9ms [{},false]
  nightmare:log did-get-response-details +5ms [{},false,"http://staticxx.facebook.com/connect/xd_arbiter/r/uN4_cXtJDGb.js?version=42#channel=f6618d74b88a2&origin=http%3A%2F%2Fwww.albertsons.com","http://staticxx.facebook.com/connect/xd_arbiter/r/uN4_cXtJDGb.js?version=42#channel=f6618d74b88a2&origin=http%3A%2F%2Fwww.albertsons.com",200,"GET","http://www.albertsons.com/",{"cache-control":["public, max-age=31536000"],"content-encoding":["gzip"],"content-length":["11270"],"content-security-policy":["default-src * data: blob:;script-src *.facebook.com *.fbcdn.net *.facebook.net *.google-analytics.com *.virtualearth.net *.google.com 127.0.0.1:* *.spotilocal.com:* 'unsafe-inline' 'unsafe-eval' fbstatic-a.akamaihd.net fbcdn-static-b-a.akamaihd.net *.atlassolutions.com blob: data:;style-src data: 'unsafe-inline' *;connect-src *.facebook.com *.fbcdn.net *.facebook.net *.spotilocal.com:* *.akamaihd.net wss://*.facebook.com:* https://fb.scanandcleanlocal.com:* *.atlassolutions.com attachment.fbsbx.com ws://localhost:* blob:;"],"content-type":["text/html; charset=utf-8"],"date":["Mon, 29 Aug 2016 18:34:38 GMT"],"expires":["Sat, 26 Aug 2017 01:52:14 GMT"],"vary":["Accept-Encoding"],"x-content-type-options":["nosniff"],"x-fb-debug":["u/TpS01Nu/2Clly6q1iY5dYq697TPzy82gj/e1YEBr8TiR/4whEGvtlXiCHeFBpMetIWumr9oU0oymZAWmjjGg=="],"x-xss-protection":["0"]},"subFrame"]
  nightmare:log did-get-response-details +2ms [{},false,"https://staticxx.facebook.com/connect/xd_arbiter/r/uN4_cXtJDGb.js?version=42#channel=f6618d74b88a2&origin=http%3A%2F%2Fwww.albertsons.com","https://staticxx.facebook.com/connect/xd_arbiter/r/uN4_cXtJDGb.js?version=42#channel=f6618d74b88a2&origin=http%3A%2F%2Fwww.albertsons.com",200,"GET","http://www.albertsons.com/",{"cache-control":["public, max-age=31536000"],"content-encoding":["gzip"],"content-length":["11270"],"content-security-policy":["default-src * data: blob:;script-src *.facebook.com *.fbcdn.net *.facebook.net *.google-analytics.com *.virtualearth.net *.google.com 127.0.0.1:* *.spotilocal.com:* 'unsafe-inline' 'unsafe-eval' fbstatic-a.akamaihd.net fbcdn-static-b-a.akamaihd.net *.atlassolutions.com blob: data:;style-src data: 'unsafe-inline' *;connect-src *.facebook.com *.fbcdn.net *.facebook.net *.spotilocal.com:* *.akamaihd.net wss://*.facebook.com:* https://fb.scanandcleanlocal.com:* *.atlassolutions.com attachment.fbsbx.com ws://localhost:* blob:;"],"content-type":["text/html; charset=utf-8"],"date":["Mon, 29 Aug 2016 18:34:38 GMT"],"expires":["Sat, 26 Aug 2017 01:52:14 GMT"],"status":["200"],"vary":["Accept-Encoding"],"x-content-type-options":["nosniff"],"x-fb-debug":["u/TpS01Nu/2Clly6q1iY5dYq697TPzy82gj/e1YEBr8TiR/4whEGvtlXiCHeFBpMetIWumr9oU0oymZAWmjjGg=="],"x-xss-protection":["0"]},"subFrame"]
  nightmare:log did-frame-finish-load +22ms [{},false]
  nightmare:log did-frame-finish-load +11ms [{},false]
  nightmare:log did-get-response-details +28ms [{},false,"https://www.facebook.com/impression.php/f3cf51f3cf75f9/?lid=115&payload=%7B%22source%22%3A%22jssdk%22%7D","https://www.facebook.com/impression.php/f3cf51f3cf75f9/?lid=115&payload=%7B%22source%22%3A%22jssdk%22%7D",200,"GET","http://www.albertsons.com/",{"cache-control":["private, no-cache, no-store, must-revalidate"],"content-length":["43"],"content-security-policy":["default-src * data: blob:;script-src *.facebook.com *.fbcdn.net *.facebook.net *.google-analytics.com *.virtualearth.net *.google.com 127.0.0.1:* *.spotilocal.com:* 'unsafe-inline' 'unsafe-eval' fbstatic-a.akamaihd.net fbcdn-static-b-a.akamaihd.net *.atlassolutions.com blob: data:;style-src data: 'unsafe-inline' *;connect-src *.facebook.com *.fbcdn.net *.facebook.net *.spotilocal.com:* *.akamaihd.net wss://*.facebook.com:* https://fb.scanandcleanlocal.com:* *.atlassolutions.com attachment.fbsbx.com ws://localhost:* blob: chrome-extension://boadgeojelhgndaghljhdicfkmllpafd chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm;"],"content-type":["image/gif"],"date":["Tue, 30 Aug 2016 15:28:30 GMT"],"expires":["Sat, 01 Jan 2000 00:00:00 GMT"],"pragma":["no-cache"],"public-key-pins-report-only":["max-age=500; pin-sha256=\"WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18=\"; pin-sha256=\"r/mIkG3eEpVdm+u/ko/cwxzOMo1bk4TyHIlByibiA5E=\"; pin-sha256=\"q4PO2G2cbkZhZ82+JgmRUyGMoAeozA+BSXVXQWB8XWQ=\"; report-uri=\"http://reports.fb.com/hpkp/\""],"status":["200"],"x-content-type-options":["nosniff"],"x-fb-debug":["C0HAWc/0Xs9Vkxv+ayZL+rsPcZMWrM2x5l2k87vTHFgIs0I+XAnXoP28UzcbUo8yaQiKXcTbVCCKgv4rFymf8w=="],"x-frame-options":["DENY"],"x-xss-protection":["0"]},"image"]
Has error
{ message: 'navigation error',
  code: -7,
  details: 'Navigation timed out after 30000 ms',
  url: 'http://albertsons.com' }
Closing process after 30393ms
noahtkeller commented 8 years ago

It consistently fails when loading this resource in headless:

https://albertsons.mywebgrocer.com//Ajax/CustomerData/Get/98829CD9-7DC8-4B9E-AE3B-36E0944F5E9B?timestamp=1472571059737

Which returns the following

var CustomerData =
{"error":"","customerIdentified":false,"pseudoChainId":"3694327"}
OnCustomerDataReceived();

I updated the test script to try the following, but it did no good:

  , webPreferences: {
    webSecurity: false
  }
rosshinkley commented 8 years ago

Hm, I can't reproduce the issue with 2.6.1 on my headless setup.

I don't think it's a security problem, and what's truly unfortunate is that the code is the generic networking timeout. What version are you using on your headless setup, and how are you executing headlessly?

noahtkeller commented 8 years ago

Starting with:

xvfb-run --server-args="-screen 0 1920x1080x24" node test.js

Versions: nightmare 2.6.1 electron-prebuilt 1.3.4 node 6.3.1 && node 4.4.4 Ubuntu 14.04.5 LTS

casesandberg commented 7 years ago

Are you still having trouble and have you tried 2.10.0? I am going to close this, but feel free to re-open if it's still an issue.