mod_proxy_html
rewrites links in HTML pages.
I would like to accomplish the same for JSON responses with HAL controls (links).
Is anyone aware of such a module?
Asked
Active
Viewed 57 times
0

codesmith
- 1,381
- 3
- 20
- 42
-
I am not aware of such a module, but then again there are literally thousands of modules out there, though mostly for outdated versions of the apache http server. I want to point you to the substitution module, though. It allows to define commands and is typically used to replace references or keywords in a given response. Not a trivial task to implement, but you have the full power of scripting at your finger tips. – arkascha Mar 28 '18 at 14:26
-
Thank u @arkascha. I'll have a look into it. – codesmith Mar 28 '18 at 14:28