Hello,
I would like to see some examples of configurations where base64 decoding is configured so i can extrapolate how to use it properly.
I didn't see any post's related to this..... If anyone in the community has any idea's i would appreciate the assistance.
This is what i am trying to accomplish
I have an android application that will be sending data too a fixed NGINX server with multiple variables
I would like nginx to re-write those variables into plain text URI and hit the root (on a different port) with the decoded line.
It does not matter if the plain text URI is visible after the conversion the other factor is that both plain text and Base64
would be served from the same sub-folder HTTP://domain/test
Current versions of MISC module and devel kit
nginx version: nginx/1.12.0
--add-module=/etc/nginx/opt/ngx_devel_kit-0.3.0
--add-module=/etc/nginx/opt/set-misc-nginx-module-0.31
Thank you
Lorenzo