On Thu, 27 Oct 2022 01:58:45 -0700 (PDT),
Post by Dan CarPost by I R A Darth AggieOn Wed, 26 Oct 2022 07:32:06 -0700 (PDT),
Post by Dan CarI am trying to find a module that can be used to generate nonces.
Mod_csp_nonce seems to be good enough but not recognized by my organization.
Will Apache support this module in the future? Do I have other alternatives?
Thank you
Maybe this will help?
https://serverfault.com/questions/856206/how-to-inject-random-csp-nonce-in-apache
--
Consulting Minister for Consultants, DNRC
I can please only one person per day. Today is not your day. Tomorrow
isn't looking good, either.
I am BOFH. Resistance is futile. Your network will be assimilated.
Dear Aggie,
Thank you.
Is this solution solving this issue?
https://codingshower.com/apache-web-server-generate-unique-id-for-every-request/
"All the information above is encoded like base64, only difference
being in the characters used – [A-Za-z0-9@-] is replaced with
[A-Za-z0-9+/]."
You can test with a bit of PHP:
<?php
echo $_SERVER["UNIQUE_ID"];
?>
I haven't seen any "@"s.
--
Consulting Minister for Consultants, DNRC
I can please only one person per day. Today is not your day. Tomorrow
isn't looking good, either.
I am BOFH. Resistance is futile. Your network will be assimilated.