How do I resolve a HTTP 414 "Request URI too long" error?
        Posted  
        
            by JPro
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by JPro
        
        
        
        Published on 2010-05-23T11:50:15Z
        Indexed on 
            2010/05/23
            12:00 UTC
        
        
        Read the original article
        Hit count: 419
        
I have developed a PHP web app. I am giving an option to the user to update multiple issues on one go. In doing so, sometimes the user is encountering this error. Is there any way to increase the lenght of URL in apache?
© Stack Overflow or respective owner