Intercept HTTP Request.

NeoneedsaPC

Reputable
Nov 26, 2014
70
0
4,640
Hi,i need help.I need a way to Intercept,Modify and then Continue the modified HTTP Request.It is a simple GET Request,and it is not encrypted (HTTP). Can someone give me a FiddlerScript or somehing for that?
 
It will not be simple because you likely will change the packet length. You will need something similar to a proxy server but one that is designed to modify the data. Now this is only to fix up the tcp ack issue,if the http is more advanced you may have to manipulate the response coming back from the remote server which is much harder.