![]() |
setCookie + navigate => Error: 12007 - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: Bugs/Issues (/forumdisplay.php?fid=10) +--- Thread: setCookie + navigate => Error: 12007 (/showthread.php?tid=14826) |
setCookie + navigate => Error: 12007 - andrea.verlicchi@ynap.com - 03-28-2017 06:00 PM Hello, I've tried several times to setCookie and navigate, but without success Here the script I used setCookie https://www.dunhill.com abtest=&abtestperc=&abtesth=8Fzi7WE6745Plxx2fZzXQg&cacheversion=f31-v138-dunhill-prevenv-prod&device=desktop&version=2017-03-09-71b13360bafa&lang= navigate https://www.dunhill.dom/it/uomo/sartoria The error I got is 12007 both from Dulles, VA and from Germany. Results follow: https://www.webpagetest.org/result/170328_7Y_NBY/ https://www.webpagetest.org/result/170328_XF_NV5/ What am I doing wrong? RE: setCookie + navigate => Error: 12007 - pmeenan - 03-28-2017 09:46 PM If that's the exact script you are using, the navigate command has a typo in the domain (.dom instead of .com) which explains the 12007 (dns lookup error). RE: setCookie + navigate => Error: 12007 - andrea.verlicchi@ynap.com - 03-28-2017 11:17 PM (03-28-2017 09:46 PM)pmeenan Wrote: navigate command has a typo in the domain Jeez, now I feel dumb. ![]() Thank you for your time... |