posted via @conby API
This entry was posted on Thursday, April 15th, 2010 at 10:11 pm and is filed under google app engine, python, wordpress. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
C3 Web Form API token example:
[action]
@url=http://www.website.com/gateway.cgi
@method=1
[data]
@uid=username
@pwd=12345678
[header]
@f1=asdfasf
@f2=asdfasf
[cookie]
@f1=asdfasf
@f2=asdfasf
# C3 Web Form API token example 2:
[action]
@url=http://www.website.com/gateway.cgi
@method=1
# 主要部分,从 目标 form中copy所有字段和值
[data]
@uid=username
@pwd=12345678
# 一般可以不填此部分
# [header]
# @f1=asdfasf
# @f2=asdfasf
[cookie]
# 一般使用 c3_http_form_session 返回的结果,例如
{@c1}
# @f1=asdfasf
# @f2=asdfasf