I am trying to integrate some Raku (formerly Perl 6) code to handle post TLS inputs (decrypted dat) to one of my websites. How can I get access to the decrypted input via a reverse proxy?
I am using macros and have successfully use CGI in multiple sites. Are CGI variables the answer instead of a reverse proxy (I hope not)? Thanks. -Tom