No subject


Sun Jun 3 11:56:24 CEST 2007


login_id=test1&login_pwd=password1


 This is correct and the same with my original code:
<request subst="true"><http
url='/dologin.php?random=%%ts_user_server:get_unique_id%%' version='1.1'
contents='login_id=test1&amp;login_pwd=password1&amp;skin=lightblue'
 content_type='application/x-www-form-urlencoded'
method='POST'></http></request>

Instead of using "login_id=" ++ Username ++"&amp;login_pwd=" ++ Passwd. as in manual.
 I changed to "login_id=" ++ Username ++"&login_pwd=" ++ Passwd.

And that solved the problem. I dont know if that really the answers and I dont quite understand myself.
We only changed two things and it works. ^__^;
 


 _______________________________________________
Tsung-users mailing list
Tsung-users at lists.process-one.net
https://lists.process-one.net/mailman/listinfo/tsung-users


       
---------------------------------

Los referentes más importantes en compra/venta de autos se juntaron:
Demotores y Yahoo!.Ahora comprar o vender tu auto es más fácil. 
 Visitá http://ar.autos.yahoo.com/
--0-459441182-1201544214=:52041
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Yes, i think your problem was the second. You seems to not being using the&nbsp; Pid var in user/1.. so&nbsp; shouldn´t be a problem that its actually bound to a record.<br>About the escaped "&amp;" in the script, see http://lists.process-one.net/pipermail/tsung-users/2007-December/000707.html<br><br>Cheers,<br>pablo.<br><pre><tt><tt><br></tt></tt></pre><br><br><b><i>Muhamad Fadli Ishak &lt;fadliishak at gmail.com&gt;</i></b> escribió:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> Finally got it to work.<br><br>We made two changes. There were:<br><br>1) Erl Script from <br>user(Pid) to user({Pid,DynData})<br><br>2) Change Erl Script from<br>"login_id=" ++ Username ++"&amp;amp;login_pwd=" ++ Passwd.<br> to<br>"login_id=" ++ Username ++"&amp;login_pwd=" ++ Passwd.<br><br><br>I dont think the first point is the problem. If it is then the manual should be corrected as well.<br><br><br>What we did was, displaying
 the value retrieved from the file.<br> <br>&lt;request subst="true"&gt;&lt;http<br>url='/dologin.php?random=%%ts_user_server:get_unique_id%%&amp;amp;log=%%readcsv:user%%' version='1.1'<br>contents='%%readcsv:user%%&amp;amp;skin=lightblue'<br> content_type='application/x-www-form-urlencoded'<br>method='POST'&gt;&lt;/http&gt;&lt;/request&gt;<br><br><br>From the log (Our own Server's log):<br>login_id=test1&amp;amp;login_pwd=password1<br><br><br> This is correct and the same with my original code:<br>&lt;request subst="true"&gt;&lt;http<br>url='/dologin.php?random=%%ts_user_server:get_unique_id%%' version='1.1'<br>contents='login_id=test1&amp;amp;login_pwd=password1&amp;amp;skin=lightblue'<br> content_type='application/x-www-form-urlencoded'<br>method='POST'&gt;&lt;/http&gt;&lt;/request&gt;<br><br>Instead of using "login_id=" ++ Username ++"&amp;amp;login_pwd=" ++ Passwd. as in manual.<br> I changed to "login_id=" ++ Username ++"&amp;login_pwd=" ++ Passwd.<br><br>And that
 solved the problem. I dont know if that really the answers and I dont quite understand myself.<br>We only changed two things and it works. ^__^;<br> <br><br><br> _______________________________________________<br>Tsung-users mailing list<br>Tsung-users at lists.process-one.net<br>https://lists.process-one.net/mailman/listinfo/tsung-users<br></blockquote><br><p>&#32;


      <hr size=1><br><font face="Verdana" size="-2">Los referentes más importantes en compra/venta de autos se juntaron:<br>Demotores y Yahoo!.
Ahora comprar o vender tu auto es más fácil. <br> Visitá http://ar.autos.yahoo.com/</font>
--0-459441182-1201544214=:52041--


More information about the Tsung-users mailing list