![]() |
HTTP Auth does not work on Chrome - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: Bugs/Issues (/forumdisplay.php?fid=10) +--- Thread: HTTP Auth does not work on Chrome (/showthread.php?tid=12050) |
HTTP Auth does not work on Chrome - braincracking - 02-18-2013 08:22 PM like : http://www.webpagetest.org/result/130218_DK_3939adde356201d0a9660fb458653a71/ the same page with the same HTTP authentification informations does work on IE 8. Both in WPT.org and on my private instance RE: HTTP Auth does not work on Chrome - pmeenan - 02-22-2013 07:01 AM Opened an issue to track it: http://code.google.com/p/webpagetest/issues/detail?id=142 In the meantime, you should be able to use addHeader to specify a basic auth header (that's all the IE code does internally). |