Fiddler 发请求时 设置 cookie

原文地址:
http://thedatafarm.com/blog/just-rambling/setting-cookies-in-fiddler/


I had a need to do a first stage test of an Astoria Service that has to read some cookies. (Second stage will be encryption).

Took me a while to figure out how to send cookies using Fiddler’s Request Builder, so I wanted to write it down.

It’s easy peesy.

Cookie: color=blue;flavor=chocolate

你可能感兴趣的:(Cookies,service,encryption)