On Thu, 27 Oct 2022 01:58:45 -0700 (PDT),
Dan Car <
[email protected]>, in <
[email protected]> wrote:
On Wednesday, October 26, 2022 at 11:41:24 PM UTC+2, I R A Darth Aggie wrote:
On Wed, 26 Oct 2022 07:32:06 -0700 (PDT),
Dan Car <[email protected]>, in <[email protected]> wrote:
I am trying to find a module that can be used to generate nonces. Mod_unique_id seems to generate "@" which is not recognized by the browsers.
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.
I have tried with unique_id but it inserts the "@" character of which I cannot rid it off.
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.
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)