![]() |
iOS 401 error with basic auth set - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: Bugs/Issues (/forumdisplay.php?fid=10) +--- Thread: iOS 401 error with basic auth set (/showthread.php?tid=15195) |
iOS 401 error with basic auth set - arib - 01-17-2018 06:39 PM I am testing using iOS and getting back a 401 even though I'm setting basic auth correctly iOS test that failed: http://www.webpagetest.org/result/180117_1T_c2b274633627f7dfbab12e7874a77575/ Nexus 5 test that succeeded: http://www.webpagetest.org/result/180115_PX_439de294bab1b74d3b0f96770f9c44aa/ Both used the exact same basic auth but only one succeeded. RE: iOS 401 error with basic auth set - pmeenan - 01-18-2018 01:40 AM The iOS agents can't override request headers and won't work with anything that needs it (like auth) unfortunately. RE: iOS 401 error with basic auth set - arib - 01-18-2018 05:35 PM Maybe there should be a note abouth this on the auth tab? |