Hi, I created some http requests for entering username and password from CSV data. But when i run my thread for CSV (having 3 username and password) following issues were encountered: 1. When i run my thread every http request changes into following http request:**Server Name or IP: static.cache.l.google.com*Path: /safebrowsing/rd/goog-phish-shavar_s_38181-38185.38181-38185.:*
2. I get following text in my login(http request) -> View Result tree-> Request : * POST https://www.packtpub.com:8080/login POST data: [no cookies] Request Headers: Connection: keep-alive Content-Length: 138 Host: www.packtpub.com User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Media Center PC 3.0; .NET CLR 1.0.3705) Accept-Language: en-us Referer: http://www.packtpub.com/login/ref/account/login_info/UGxlYXNlIGxvZ2lu Pragma: no-cache Content-Type: application/x-www-form-urlencoded Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */* * In the above Request, The POST data is missing which should be username and password provided in the CSV file. Please reply where i am missing?? Thanks in advance, Mayank Panwar.

