C3 Web Form Session API: c3_http_form_session now open

posted via @conby API

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

  1. mikel says:

    C3 Web Form Session API token example:

    [action]
    @url=http://www.website.com/gateway.cgi

    [data]
    @uid=username
    @pwd=12345678

    [header]
    @f1=asdfasf
    @f2=asdfasf

    [cookie]
    @f1=asdfasf
    @f2=asdfasf

  2. mikel says:

    # C3 Web Form Session API token example 2:

    [action]
    @url=http://www.website.com/gateway.cgi

    # 主要部分,从 目标 form中copy所有字段和值
    [data]
    @uid=username
    @pwd=12345678

    # 一般可以不填此部分
    # [header]
    # @f1=asdfasf
    # @f2=asdfasf

    # 一般可以不填此部分
    # [cookie]
    # @f1=asdfasf
    # @f2=asdfasf

Leave a Reply

You must be logged in to post a comment.