![]() |
digest authentication - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: Bugs/Issues (/forumdisplay.php?fid=10) +--- Thread: digest authentication (/showthread.php?tid=11866) |
digest authentication - higgins - 11-03-2012 07:40 AM anybody tried to get digest authentication to work with the script feature? I tried so far Code: addHeader <tab> Authorization: Digest username="myusername", realm="myrealm", nonce=" ... " But the response is a flat line ![]() Thanks for your help! |