> On 3 Jun 2018, at 07:23, Shiva Kumar K R <shiv...@securelyshare.com> wrote:
> 
> Hi All,
> I am able to configure httpd as reverse proxy, I have to modify json body in 
> post request coming from client to URL encoded format before sending that to 
> specific proxy server, I have searched for the answer on the internet but got 
> nothing can anyone give a hint on this.

There's no specific JSON parser, unless you can find a third-party module.

But if parsing your POST data as text works, then mod_sed may do the job for 
you.

-- 
Nick Kew
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to