html tool

2015年5月11日星期一

ab post协议测试

 ab post请求 参考
http://cuisuqiang.iteye.com/blog/1936047

他有两个参数:p(小写),T(大写),注意区分大小写,一个是用于指定POST请求时的参数文件,一个用于指定请求的类型Content-type,关于Content-type的类型,大家可以百度。
在AB命同级目录建立一个文件:para.txt,在里面写入要传递的参数:userName=admin&userPassWord=admin
指定请求类型为:application/x-www-form-urlencoded



会员注册时的post
http://member.99114.com/login/checkAccoun
POST DATA:
param=testuse_ld&name=account 
http://member.99114.com/login/gotoRegister?backUrl=http://member.99114.com//member/toMemberType&siteId=1 这里的用户名是否可用的验证 

没有评论:

发表评论