Skip to content

Commit

Permalink
Create fiddler_post
Browse files Browse the repository at this point in the history
  • Loading branch information
mengll authored Dec 21, 2016
1 parent 9d87431 commit ba348b4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions fiddler_post
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
User-Agent: Fiddler
Host: appi.anfeng.cn
Content-Length: 68
Content-Type: application/x-www-form-urlencoded

2)然后在requestbody 中设置
t=1491293754&appid=14600161732&sign=0b9b70ed4144ce0f0109b6b8b409f4b格式的参数
3)如果是传递json格式的参数 Content-Type: application/json

{
"age": "23",
"name": "bugger"
}
php中接收参数的方法
$GLOBALS['HTTP_RAW_POST_DATA']

0 comments on commit ba348b4

Please sign in to comment.