[users@httpd] Is apache httpd 2.4.33 support redirecting internally to another server based on proxy response.

2018-06-22 Thread Shiva Kumar
Hi All, I have googled lot on configuring httpd to redirect internally without exposing the redirection to client but could not able to get it. Is there any way to hide redirection from client? Thanks Shiva - To unsubscri

[users@httpd] I need to send the same request sent from client to my authentication server before proxying

2018-06-14 Thread Shiva Kumar
Hi All, Is there any module that I can use to send a request to my authentication server before proxying the same request to my resource server? I mean I need to do double proxying. Thank You, Shiva - To unsubscribe, e-mai

[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