Whats the difference in GET and POST encryption?
        Posted  
        
            by Dju
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Dju
        
        
        
        Published on 2010-06-17T16:21:08Z
        Indexed on 
            2010/06/17
            16:33 UTC
        
        
        Read the original article
        Hit count: 305
        
What is the difference when encrypting GET and POST data? Thx for answer
Edit: i need to write it more specific.
When https-SSL encrypts both of this methods, what is the difference in way browser does this. Which parts are encrypted and which are not? I somewhere read, that the destination url is not encrypted in POST, is that true? If it is true and same in GET, where are all the parameters?
© Stack Overflow or respective owner