Hello
I have a Java applet running inside a SunAwtWindow where I click a button to download a csv (definitely via HTTPS and maybe via localhost connection).
I need to 'see' that URI ideally via a way that does not need me to install additional certificates etc.
Is there a way to do that?
I was hoping for native Java or Windows logging but I can't find anything. A reverse proxy seems could work but it's too effort to set it up.
Thanks!