Is HTTPS Url Exposed?
am 24.04.2008 21:27:00 von IzorichHTTPS protocol transfers data using encryption. Is request URL encrypted or
is it available in plain text when packets are transmitted? I'd like to use
query part of URL to pass request id and I wonder if that request ID is
encrypted or not.
for example:
https://host/page.aspx?myId=myIdValue
Will myIdValue be encrypted or not?