ersazi 发表于 2007-10-31 16:55:20

Cookie的问题

在录制WEB页面的过程中,client Request的Header
中有Cookie的信息,怎么样能把这个Cookie的值取出来呢。
谢谢了。

redforce 发表于 2007-10-31 18:33:23

用工具,IECookiesView,HttpAnalyzerFull,或者firefox也可以

ersazi 发表于 2007-11-1 09:50:13

不能用工具,要求是通过在脚本中编写代码,实现header的值和cookie的值能够取到,并且可以象关联一样,随着web的不同该值也可以变化的。
不知道我是否表达清楚,如果有知道的同学,给个答案,谢谢了。
很急的。

smilehe 发表于 2008-10-29 18:08:05

web_reg_save_param获取cookie。至于关联或者怎么操作,具体看你的应用:)

CharlesCui 发表于 2008-10-29 18:22:31

web_reg_save_param有个参数要加上:

Search: The scope of the search—where to search for the delimited data. The possible values are Headers (Search only the headers), Body (search only body data, not headers), Noresource (search only the HTML body, excluding all headers and resources), or ALL (search body , headers, and resources). The default value is ALL. This attribute is optional.
页: [1]
查看完整版本: Cookie的问题