Webserver response variable in reverse proxy 
Akash Talole
22 April 2016, 14:06
 Which variable response data stored in reverse proxy mode in hiawatha.
 
Hugo Leisink
22 April 2016, 14:09
 I don't understand the question.
 
Akash Talole
22 April 2016, 14:12
 I want to scan webserver response so i want response data. Where i can get response data then i will send it to scanning for password leaks, credit card credentials details scanner. So my sensitive information leak can be prevented.
 
Hugo Leisink
23 April 2016, 00:26
 Try tcpdump on connection between reverse proxy and webserver.
 
Akash Talole 
23 April 2016, 11:56
 tcpdump does not give response headers. In hiawatha code where is response transfer to client.
 
Hugo Leisink
24 April 2016, 00:16
 In Hiawatha v10.1, src/target.c, starting at line 1798.
 
This topic has been closed.