LR对CS模式的测试,用户名和密码的问题
请问LR对CS模式的测试,用户名和密码在哪个地方呢?我到data.ws的下找没看到,听说在bufo,里有,但我了还是没有,急了,还有哪里可以看到呢
;WSRData 2 1
sendbuf0 174
"HEAD /AutoUpdate/updateTem.txt HTTP/1.1\r\n"
"Host: tlupdate.eachnet.com\r\n"
"Accept: text/html, */*\r\n"
"Accept-Encoding: identity\r\n"
"User-Agent: Mozilla/3.0 (compatible; Indy Library)\r\n"
"\r\n"
recvbuf1 248
"HTTP/1.1 200 OK\r\n"
"Content-Length: 68\r\n"
"Content-Type: text/plain\r\n"
"Last-Modified: Wed, 25 Mar 2009 02:55:36 GMT\r\n"
"Accept-Ranges: bytes\r\n"
"ETag: \"723412cf5acc91:41f\"\r\n"
"Server: Microsoft-IIS/6.0\r\n"
"X-Powered-By: ASP.NET\r\n"
"Date: Fri, 17 Apr 2009 05:46:14 GMT\r\n"
"\r\n"
这里也没有 从这段数据来看,这里只是录制了建立连接的过程,中间的数据交互没有录制成功
先排除下协议的问题吧,估计是没有选择正确。
回复 2# 的帖子
协议没问题,你说没有选择正确,是指什么没选择呢? 把整个data.ws贴出来吧,可以肯定的是用户名密码不在这里首先请确保你录制得时候有没有输入用户名密码
回复 4# 的帖子
;WSRData 2 1sendbuf0 174
"HEAD /AutoUpdate/updateTem.txt HTTP/1.1\r\n"
"Host: tlupdate.eachnet.com\r\n"
"Accept: text/html, */*\r\n"
"Accept-Encoding: identity\r\n"
"User-Agent: Mozilla/3.0 (compatible; Indy Library)\r\n"
"\r\n"
recvbuf1 248
"HTTP/1.1 200 OK\r\n"
"Content-Length: 68\r\n"
"Content-Type: text/plain\r\n"
"Last-Modified: Wed, 25 Mar 2009 02:55:36 GMT\r\n"
"Accept-Ranges: bytes\r\n"
"ETag: \"723412cf5acc91:41f\"\r\n"
"Server: Microsoft-IIS/6.0\r\n"
"X-Powered-By: ASP.NET\r\n"
"Date: Fri, 17 Apr 2009 06:14:30 GMT\r\n"
"\r\n"
sendbuf2 192
"GET /AutoUpdate/updateTem.txt HTTP/1.1\r\n"
"Host: tlupdate.eachnet.com\r\n"
"Accept: text/html, */*\r\n"
"Accept-Encoding: identity\r\n"
"User-Agent: Mozilla/3.0 (compatible; Indy Library)\r\n"
"Range: bytes=0-68\r\n"
"\r\n"
recvbuf3 359
"HTTP/1.1 206 Partial Content\r\n"
"Content-Length: 68\r\n"
"Content-Type: text/plain\r\n"
"Content-Range: bytes 0-67/68\r\n"
"Last-Modified: Wed, 25 Mar 2009 02:55:36 GMT\r\n"
"Accept-Ranges: bytes\r\n"
"ETag: \"723412cf5acc91:41f\"\r\n"
"Server: Microsoft-IIS/6.0\r\n"
"X-Powered-By: ASP.NET\r\n"
"Date: Fri, 17 Apr 2009 06:14:30 GMT\r\n"
"\r\n"
"\r\n"
"LastTime=1283070167000\r\n"
"\r\n"
"LastTime=1183070167000"
sendbuf4 645
"POST /AutoUpdate/AutoUpdateService.asmx HTTP/1.1\r\n"
"SOAPAction: \"http://tempuri.org/GetResourceUrl\"\r\n"
"Content-Type: text/xml; charset=\"utf-8\"\r\n"
"User-Agent: Borland SOAP 1.2\r\n"
"Host: tlupdate.eachnet.com\r\n"
"Content-Length: 375\r\n"
"Connection: Keep-Alive\r\n"
"Cache-Control: no-cache\r\n"
"\r\n"
"<?xml version=\"1.0\"?>\r\n"
"<SOAP-ENV:Envelope xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelo"
"pe/\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://ww"
"w.w3.org/2001/XMLSchema-instance\"><SOAP-ENV:Body><GetResourceUrl xmlns=\""
"http://tempuri.org/\"><updateCode>F90D1087-604F-48AD-9BA0-5ED97B4AF6C0</up"
"dateCode></GetResourceUrl></SOAP-ENV:Body></SOAP-ENV:Envelope>\r\n"
recvbuf5 577
"HTTP/1.1 200 OK\r\n"
"Date: Fri, 17 Apr 2009 06:14:31 GMT\r\n"
"Server: Microsoft-IIS/6.0\r\n"
"X-Powered-By: ASP.NET\r\n"
"X-AspNet-Version: 2.0.50727\r\n"
"Cache-Control: private, max-age=0\r\n"
"Content-Type: text/xml; charset=utf-8\r\n"
"Content-Length: 347\r\n"
"\r\n"
"<?xml version=\"1.0\" encoding=\"utf-8\"?><soap:Envelope xmlns:soap=\"http"
"://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001"
"/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><soap"
":Body><GetResourceUrlResponse xmlns=\"http://tempuri.org/\"><GetResourceUr"
"lResult /></GetResourceUrlResponse></soap:Body></soap:Envelope>"
-1
回复 4# 的帖子
我输入用户名和密码后才能登录系统的,但看不到,我郁闷了; 估计是你没录制到,协议的问题
页:
[1]