![]() |
Test an internal website - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: General Discussion (/forumdisplay.php?fid=25) +--- Thread: Test an internal website (/showthread.php?tid=15377) |
Test an internal website - webuser - 05-24-2018 01:59 AM Hi, I work in an IT company and want to use webpagetest to test and internal website. Should I set up a private instance for webpagetest ? Access to this website requires login.How can I pass the login credentials through webpagetest ? Thanks ![]() RE: Test an internal website - pmeenan - 05-24-2018 05:50 AM Yes, you'll need a private instance with agents deployed inside the network. As far as login goes, it depends on how the login is done. Assuming it is a HTML login (not http-level) you can either script the login flow as part of the test you you can set cookies for an already-authenticated session. |