jpg image processing drops query string parms.
|
09-29-2016, 02:24 AM
Post: #1
|
|||
|
|||
jpg image processing drops query string parms.
I noticed that for this URL:
https://www.webpagetest.org/jpeginfo/jpe...nBg=ffffff WPT actually evaluates (notice the last dropped query string params) https://www.webpagetest.org/jpeginfo/jpe...Height=144 It looks as if the analysis always truncates after the first query string key/value pair, yielding incorrect results. Is this a known issue? |
|||
09-30-2016, 12:52 AM
Post: #2
|
|||
|
|||
RE: jpg image processing drops query string parms.
You need to urlencode the image URL (all query params in general). The URL for analysis should be: https://www.webpagetest.org/jpeginfo/jpe...g%3Dffffff
|
|||
09-30-2016, 02:03 AM
Post: #3
|
|||
|
|||
RE: jpg image processing drops query string parms.
Pat, you are correct, it was an oversight on my part. Thank you for your prompt response.
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)