Forum Discussion

Henrik_Gyllkra1's avatar
Sep 18, 2014

CACHE::uri

Does anyone have any idea what the limitation on string length is for the CACHE::uri command? I have a scenario where quite a lot of parameters should be taken into account to make cached objects unique.

 

1 Reply

  • Hi Henrik,

     

    Generally the lowest limit for URI length on browsers is about 2000 characters.

     

    Here are a few related links:

     

    https://stackoverflow.com/questions/417142/what-is-the-maximum-length-of-a-url-in-different-browsers

     

    http://www.boutell.com/newfaq/misc/urllength.html

     

    I think CACHE::uri should handle at least that.

     

    How long are the URIs you're trying to use?

     

    Have you had a chance to test?

     

    Aaron