in reply to Re: HTTPS communication
in thread HTTPS communication

Okay, thank you very much for your quick reply!!!

So, and just to clarify things, if I ever use the URL to transfer data between the server and client, for example:

https://www.mywebsite.com/hitcounter.pl?visits=314&screen_res=1024x768&browser=Chrome&os=Win10&r=49638251

JavaScript requesting this image url, to count page hits, then that information in the URL will be visible to ALL others even though other data (content) is encrypted. Right?

Replies are listed 'Best First'.
Re^3: HTTPS communication
by NetWallah (Canon) on Nov 18, 2018 at 06:51 UTC
Re^3: HTTPS communication
by LanX (Saint) on Nov 18, 2018 at 03:04 UTC
    what?

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

    PS: good night! :)

      My web page talking back to the perl script revealing the screen resolution in this case for example would be a bad idea. So, I would have to rewrite some of my perl scripts to make them communicate differently.