Yes, URLs are encrypted over SSL (incidentally the reason you used to be unable to host multiple domains under the same certificate - the server couldn't make out which domain to serve). However, I would consider sending private data in a URL a bad idea regardless of whether it's encrypted or not; it shows up in browser history for example, and you really want to avoid that.
On May 6, 8:15 pm, datgs <[email protected]> wrote: > I have an URL under HTTPS. > > https://domain.com/privatekey/550e8400-e29b-41d4-a716-446655440000 > > Is the request path (privatekey/550e8400-e29b-41d4-a716-446655440000) > encrypted like POST or GET params? -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
