RE: [users@httpd] Modifying request body and content type going to proxy url

2018-06-04 Thread Muggeridge, Matt
> On 3 Jun 2018, at 07:23, Shiva Kumar K R 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

Re: [users@httpd] Modifying request body and content type going to proxy url

2018-06-03 Thread Nick Kew
> On 3 Jun 2018, at 07:23, Shiva Kumar K R 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 b

[users@httpd] Modifying request body and content type going to proxy url

2018-06-02 Thread Shiva Kumar K R
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. Thanks, Shiva