Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: mod_substitute (or similar) with external substitutions |
|
Author |
|
AfraidOfFeathers
Joined: 05 Aug 2020 Posts: 1
|
Posted: Thu 06 Aug '20 21:37 Post subject: mod_substitute (or similar) with external substitutions |
|
|
Hi all,
My aim is to substitute fields in a document body using an incremental counter and storing the substitution. In other words I seek to redact certain fields.
If the input body contains is "hello", "hello", "hello" then the proxy server should capture each substitution and replace it with an identifier.
The output could be "1", "2", "3", and the substituted text would be stored elsewhere such as 1:hello, 2:hello, 3:hello.
Then.. I want another proxy that does the same but in reverse. The second proxy should substitute the identifiers with the text that is stored elsewhere.
Alternatively the proxies could replace values with encrypted values, removing the external data storage.
Which Apache mod can help me to do this?
Thanks! |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
|
Back to top |
|
|
|
|
|
|