How can I set a cookie in a request using Fiddler?

后端 未结 7 514
深忆病人
深忆病人 2020-12-29 01:06

I need to set a cookie before I issue a request to a Web site using Fiddler. How do I do this?

7条回答
  •  爱一瞬间的悲伤
    2020-12-29 01:20

    You can also use the Fiddler Composer.

    1. Run Fiddler
    2. Open the Composer Tab on the top.

    It's easiest if you can start with another request from your web site. To do this capture a the request you want to modify, then drag it from the UI to the composer tab.

    A good explanation is here: http://www.debugtheweb.com/Fiddler/help/composer.asp

提交回复
热议问题