how can i save header to my local file

21 views
Skip to first unread message

hh jus

unread,
Nov 10, 2017, 1:36:06 AM11/10/17
to Fiddler

hello  I have some problem when  I want to save header to my local file , I run this jscript ,but I can't get cookie in headers, how can I do? thanks

EricLaw

unread,
Nov 12, 2017, 2:47:11 PM11/12/17
to Fiddler
What "Cookie" are you looking for? If you're looking for the Cookie header in the Request, you need to use the RequestHeaders object instead. 

You also should use one of the overloads of the toString method that accepts booleans to control the conversion to a string (e.g. oSession.RequestHeaders.ToString(true, true); )
Reply all
Reply to author
Forward
0 new messages