url with question mark considered as new http request?
        Posted  
        
            by 
                Navin Leon
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Navin Leon
        
        
        
        Published on 2012-04-13T17:00:09Z
        Indexed on 
            2012/04/13
            17:30 UTC
        
        
        Read the original article
        Hit count: 430
        
I am optimization my web page by implementing caching, so if I want the browser not to take data from cache, then I will append a dynamic number as query value.
eg: google.com?val=823746
But some time, if I want to bring data from cache for the below url, the browser is making a new http request to server, its not taking data from cache. Is that because of the question mark in URL ?
eg: http://google.com?
Please provide some reference document link.
Thanks in advance.
Regards, Navin
© Stack Overflow or respective owner