Hey,
in Fiddler 1 it was possible to add "Filters" in order to replace stuff in Requests / Responses. Sadly Fiddler 2 use a weird Script Tool now, which is not more "Noob Friendly"
So I tried AutoRepsonse. Sadly AutoRepsonse respond to all of the REquest Matching this. But for me it it is like:
HEAD /quest here/
GET /here he get the actual XML File/
HEAD /
So I want, that he only respond at GET (a Local File or a modded one)
What I real want is, modify a XML Response.
< file="/url/" version="50150"> I want: remove "Version=50150" so it looks like : <file="/url/">