urlencoded 更多内容
  • 认证凭据(必需)

    Code可选。 OAuth2.0配置具体说明如下: Content-Type,默认值为常量application/x-www-form-urlencoded,必填。 grant_type,默认值为常量,使用鉴权模式值填充,必填。 client_id,默认值为常量形式,具体值需要用户配置,必填。

    来自:帮助中心

    查看更多 →

  • 删除指定云服务器的标签(废弃)

    当前API已废弃,请使用批量删除 云服务器 标签。 接口约束 tag的长度不超过80个字符。 tag中如果包含non-URL-safe 的字符,要进行urlencoded。 URI DELETE /v2.1/{project_id}/servers/{server_id}/tags/{tag}

    来自:帮助中心

    查看更多 →

  • 配置跨域访问API

    nt-Language、Last-Event-ID、Content-Type(只限于三个值application/x-www-form-urlencoded、multipart/form-data、text/plain)。 对于简单请求,浏览器自动在头信息之中添加一个Origin

    来自:帮助中心

    查看更多 →

  • 配置跨域访问API

    nt-Language、Last-Event-ID、Content-Type(只限于三个值application/x-www-form-urlencoded、multipart/form-data、text/plain)。 对于简单请求,浏览器自动在头信息之中添加一个Origin

    来自:帮助中心

    查看更多 →

  • 跨域调用APIG开放的API

    Content-Language Last-Event-ID Content-Type:取值范围:application/x-www-form-urlencoded、multipart/form-data、text/plain 对于简单请求,浏览器自动在头信息之中,添加一个Origin字

    来自:帮助中心

    查看更多 →

  • OAuth刷新Access Token

    {domain_name}/api/v1/oauth2/token Content-Type: application/x-www-form-urlencoded client_id=NzZeWuiJa91dPSRdZQChMazIh13AW...& client_secret=******

    来自:帮助中心

    查看更多 →

  • OAuth刷新Access Token

    {domain_name}/api/v1/oauth2/token Content-Type: application/x-www-form-urlencoded client_id=NzZeWuiJa91dPSRdZQChMazIh13AW...& client_secret=******

    来自:帮助中心

    查看更多 →

  • 开启跨域访问

    Content-Language Last-Event-ID Content-Type:取值范围:application/x-www-form-urlencoded、multipart/form-data、text/plain 对于简单请求,浏览器自动在请求头信息之中,添加一个Origi

    来自:帮助中心

    查看更多 →

  • 获取访问凭据

    https://{domain_name}/api/v2/tenant/token Content-Type: application/x-www-form-urlencoded client_id=ONtQq2igSggfFClyGgzmuXR8ubWEP...& client_secret=Xd

    来自:帮助中心

    查看更多 →

  • 使用站点监控

    。 当提交内容为key=value格式时,HTTP请求头必须为Content-Type: application/x-www-form-urlencoded。 提交内容、HTTP请求头、请求Cookies按实际情况填写。 创建告警规则 登录管理控制台。 单击“服务列表 > 云监控服务 ”。

    来自:帮助中心

    查看更多 →

  • 发送短信

    application/x-www-form-urlencoded. ContentType值应该为application/x-www-form-urlencoded。 请检查ContentType头域的取值是否为“application/x-www-form-urlencoded”。 E000041

    来自:帮助中心

    查看更多 →

  • 刷新Access Token

    https://{domain_name}/api/v1/oauth2/token Content-Type: application/x-www-form-urlencoded client_id=NzZeWuiJa91dPSRdZQChMazIh13AW...& client_secret=NzZ******3AW&

    来自:帮助中心

    查看更多 →

  • 刷新Access Token

    https://{domain_name}/api/v1/oauth2/token Content-Type: application/x-www-form-urlencoded client_id=cU0L3GsEq1vuOJ5iQrRSu5AyPnKL8...& client_secret=EFj******TcE&

    来自:帮助中心

    查看更多 →

  • OAuth获取AccessToken

    {domain_name}/api/v1/oauth2/token Content-Type: application/x-www-form-urlencoded code=z2D...& client_id=NzZeWuiJa91dPSRdZQChMazIh13AW...& client_secret=******

    来自:帮助中心

    查看更多 →

  • OAuth获取AccessToken

    {domain_name}/api/v1/oauth2/token Content-Type: application/x-www-form-urlencoded code=z2D...& client_id=NzZeWuiJa91dPSRdZQChMazIh13AW...& client_secret=******

    来自:帮助中心

    查看更多 →

  • 构造请求

    https://{domain_name}/api/v2/tenant/token Content-Type: application/x-www-form-urlencoded 请求消息体(可选) 该部分可选。请求消息体通常以结构化格式(如JSON或XML)发出,与请求消息头中Content-Typ

    来自:帮助中心

    查看更多 →

  • 自定义来源新增

    /baas/auth/v1.0/oauth2/token Headers示例 Content-Type:application/x-www-form-urlencoded 请求示例 { "grant_type": "client_credentials", "client_id": "", "client_secret":

    来自:帮助中心

    查看更多 →

  • 跨域资源共享插件说明

    -Language、Content-Language、Content-Type(取值仅限为application/x-www-form-urlencoded、multipart/form-data、text/plain时)默认允许在请求中携带,无需在该参数中设置。 expose headers

    来自:帮助中心

    查看更多 →

  • 获取ID Token

    https://{domain_name}/api/v1/oauth2/token Content-Type: application/x-www-form-urlencoded grant_type=authorization_code& code=0yV...& client_id=cU0L3G

    来自:帮助中心

    查看更多 →

  • API设计

    application/x-www-form-urlencoded:将表单数据编码后传输到 服务器 。数据被编码为一系列键值对,每个键值对之间以&连接,并且键与值之间以=分隔。Content-Type为“application/x-www-form-urlencoded” 。 此外,还支持根据

    来自:帮助中心

    查看更多 →

  • API错误码(发送短信)

    /x-www-form-urlencoded 请检查ContentType头域的取值是否为“application/x-www-form-urlencoded”。发送短信时,ContentType值应为application/x-www-form-urlencoded。发送分批短

    来自:帮助中心

    查看更多 →

共103条
看了本文的人还看了