Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
I want to replace the HREF values of a website to my local server hosted images using Fiddler. Can this be done and how?
打开 fiddler 并切换到 AutoResponder 选项卡。在您的站点上进行硬刷新,并让所有会话文件加载到左侧面板中。一旦您看到您的页面包含您的链接,请确保它已被解码(右键单击并点击“解码”)。
将您的文件拖到 AutoResponder 面板中(您可能需要启用 AutoResponders,确保让不匹配的会话通过)。进入“自动回复”选项卡后,右键单击您的页面,然后单击“编辑回复”。从这里,您可以修改此页面的内容。
从现在开始,刷新您的站点将从 AutoResponder 加载该文件,而不是从服务器或缓存中加载。