【发布时间】:2012-01-10 09:18:06
【问题描述】:
我无法获得 MediaWiki 的编辑令牌:
请求
POST /w/api.php HTTP/1.1
Host: en.wikipedia.org
Accept: */*
User-agent: Sbose7890
Content-Length: 59
Content-Type: application/x-www-form-urlencoded
action=query&prop=info&intoken=edit&titles=Java&format=json
回应
HTTP/1.0 200 OK
Date: Tue, 10 Jan 2012 09:14:03 GMT
Server: Apache
X-Content-Type-Options: nosniff
Cache-Control: private
Vary: Accept-Encoding
Content-Length: 209
Content-Type: application/json; charset=utf-8
X-Cache: MISS from sq34.wikimedia.org
X-Cache-Lookup: MISS from sq34.wikimedia.org:3128
X-Cache: MISS from sq59.wikimedia.org
X-Cache-Lookup: MISS from sq59.wikimedia.org:80
Connection: close
{
"query": {
"pages": {
"69336": {
"starttimestamp": "2012-01-10T09:14:03Z",
"lastrevid": 469959190,
"touched": "2012-01-07T11:38:04Z",
"pageid": 69336,
"title": "Java",
"edittoken": "+\\",
"ns": 0,
"length": 37800,
"counter": ""
}
}
}
}
我使用hurl.it 进行了尝试。
我也登录了。
【问题讨论】: