html 通过表单向bcls-proxy提交API请求的示例代码

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 通过表单向bcls-proxy提交API请求的示例代码相关的知识,希望对你有一定的参考价值。

<form action="//solutions.brightcove.com:8002" method="post" enctype="application/x-www-form-urlencoded" target="aapi_responseFrame">
    <p>
        Client id:
        <input name="client_id" id="aapi_client_id" type="text" value="45ddce85-e9e1-4ecc-8562-3f97ead6b048">
    </p>
    <p>
        Client secret:
        <input name="client_secret" id="aapi_client_secret" type="text" value="WnoEbQM6aslaUcY9eqG8AJs8hXvjDjpnxDJYI4JHpdTo7vb1wpBFJMGlYC0BPdvtlZxyhd7UCpn0F1m5wF1Ccw">
    </p>
    <p>
        Call type:
        <select name="requestType" id="aapi_requestType">
            <option selected="selected">GET</option>
            <option>POST</option>
            <option>PUT</option>
            <option>PATCH</option>
            <option>DELETE</option>
        </select>
    </p>
    <p>
        Call body (optional - include if you need to submit data with the request):<br />
        <textarea name="callBody" id="aapi_callBody"></textarea>
    </p>
    <p>
        Full request URL for the API call:<br />
        <textarea name="url" id="aapi_url">https://data.brightcove.com/analytics-api/videocloud/account/20318290001/report/?dimensions=account&limit=10&offset=0&fields=all&sort=account&format=json</textarea>
    </p>
    <p>
        <input id="aapiSubmit" type="submit" value="Submit">
    </p>
</form>

以上是关于html 通过表单向bcls-proxy提交API请求的示例代码的主要内容,如果未能解决你的问题,请参考以下文章

通过 NODE JS & express & jquery 向任何 API 提交请求后,在 HTML 中打印 var 值

SpringMVC中的异步提交表单

在html中建一个form表单 如何向servlet提交数据

捕获太长的表单提交

无法通过简单的基本 HTML 表单使用 Skrill 快速支付 API?

通过 ajax rails 2 向 rails 3 提交表单