Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Liam 22 posts 158 karma points
    Feb 04, 2014 @ 17:28
    Liam
    0

    ?timestamp=NNNNNNN query string being added to ImageGen URL

    Hi,

    I have a site which uses ImageGen Basic version 2.5.7.27945

    I seem to be getting a random "?Timestamp query string appended to my images. e.g. 

    http://mysite.co.uk/ImageGen.ashx?image=/media/218246/partnership_ft_col_a.jpg&width=81&height=102&constrain=1?timestamp=1391530578572

    I can't seem to figure out where this is being appended from. 

    My user control code behind simply does: 

    {

    string newImgUrl = "/ImageGen.ashx?image=" + imgUrl + "&width=95&height=102&constrain=1";

    }

    It may be an ImageGen issue (so i thought i would ask on here first) or maybe even a .Net/control/IIS issue. Anyone came across this before?

    I have deleted all "cached" folders, removed the image, reuploaded it. I have unpubilshed the page and published it again to no avail. 

     

    Thanks in advance.

    Liam


  • Douglas Robar 3570 posts 4711 karma points MVP ∞ admin c-trib
    Feb 04, 2014 @ 17:31
    Douglas Robar
    1

    Hi, Liam,

    No, that's nothing to do with ImageGen. Perhaps you have a proxy server or CDN or similar that wants to append a timestamp so that it can better cache it?

    cheers,
    doug.

  • Liam 22 posts 158 karma points
    Feb 05, 2014 @ 11:30
    Liam
    100

    Hi Doug,

    Thanks for the swift response - jquery.bxSlider was the culprit. 

    Latest version has removed this.

    Cheers,

    Liam

Please Sign in or register to post replies

Write your reply to:

Draft