fiddler抓包和修改参数
1. 浏览器输入地址:http://pszx.nng.hnw.cn/DXC/index.jsp
2. 使用fiddler,选择Rules->Automatic Breakpoints->Before Request
3. 输入账号…和密码…,点登录,请求会被fiddler截取
4. 在fiddler左侧请求列表中,双击 /DXC/ruser/getUserType.jsp?logname=…&0.2924573172384845
5. 点Run to Completion,到下个请求截取
6. 双击请求:/DXC/userLoginAuthentication.login,修改TextView值
7. 点Run to Completion