![]() |
URL issue affecting HAR, etc - Printable Version +- WebPagetest Forums (https://www.webpagetest.org/forums) +-- Forum: WebPagetest (/forumdisplay.php?fid=7) +--- Forum: Bugs/Issues (/forumdisplay.php?fid=10) +--- Thread: URL issue affecting HAR, etc (/showthread.php?tid=14213) |
URL issue affecting HAR, etc - shmilla - 02-18-2016 01:34 AM Hi I've noticed a particular URL on a site seems to affect Webpagetest in a number of ways. Here's an example: http://www.webpagetest.org/result/160217_QQ_f28cfe482605b10eb72f73f410efd151/1/details/ for the URL /us/en/multimedia/images/blogauthor/renny-shen.png?downsize=640px:* which is request 13 If you look at request 13, and click on it to get the popup: -Details tab, the URL is displayed wrong, it's displayed as https://www.akamai.com* -On the request tab the URL appears correctly -Export HAR, it affects the HAR in a number of ways, ----URL appears as GET http://www.akamai.com* ----REQUEST HEADERS in HAR VIEWER shows the extra line: GET /us/en/multimedia/images/blogauthor/renny-shen.png?downsize=640px * HTTP/1.1 -In the requests section of webpagetest, http://www.webpagetest.org/result/160217_QQ_f28cfe482605b10eb72f73f410efd151/1/details/#request13 , request #13 appears as https://www.akamai.com* RE: URL issue affecting HAR, etc - pmeenan - 02-24-2016 01:22 AM Looks like a parsing bug of some kind getting confused by the : in the query string. Would you mind opening a github issue so I don't lose track of it? https://github.com/WPO-Foundation/webpagetest/issues RE: URL issue affecting HAR, etc - shmilla - 02-24-2016 11:15 PM (02-24-2016 01:22 AM)pmeenan Wrote: Looks like a parsing bug of some kind getting confused by the : in the query string. Would you mind opening a github issue so I don't lose track of it? Logged. Thanks! |