百度智能云

All Product Document

          CDN

          Query the Mobile Access Control

          This interface is used to query the mobile access control.

          Method Path Description
          GET /v2/domain/{domain}/config?mobileAccess Query mobile access control

          domain: CDN accelerated domain name.

          Response body

          Parameter Type Description
          mobileAccess MobileAccess Mobile access control

          Request example

          GET /v2/domain/myself.baidu.com/config?mobileAccess HTTP/1.1 
          Host: cdn.baidubce.com 

          Response example

          HTTP/1.1 200 OK 
          Content-Type: application/json; charset=utf-8 
          Transfer-Encoding: chunked 
          
          { 
              "mobileAccess":{ 
                  "distinguishClient":true 
              } 
          } 
          Previous
          Query the Range Forwarding to Origin
          Next
          Set the Range Forwarding to Origin