![]() |
Wpt test returns 302 and no result generated - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: Private Instances (/forumdisplay.php?fid=12) +--- Thread: Wpt test returns 302 and no result generated (/showthread.php?tid=16104) |
Wpt test returns 302 and no result generated - ice_zch - 06-16-2020 07:25 PM I am a software test engineer who wants to use wpt to measure our web site performance.However i met a 302 forward response when i committed a wpt test.Here is the code: http://server_ip:8081/runtest.php HTTP/1.1 302 Found Location:http://server_ip:8081/result// And /result// is certainly not found in the server and get a 404 error. My locations.ini: Code: [locations] Any help and suggestions would be greatly appreciated! |