C3 Web Form API: c3_http_form now open

posted via @conby API

2 Responses to “C3 Web Form API: c3_http_form now open”

  1. mikel says:

    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

  2. mikel says:

    # 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

Leave a Reply

You must be logged in to post a comment.