Implement bing search tool urlAPI submission
蜻竺
蜻竺 2021-04-13 17:48:10
0
2
1343

Introduction address

How to use php to achieve this function?

蜻竺
蜻竺

reply all(1)
欧阳

The question is not clear, please describe it in detail.

Or take a screenshot and let me see which function.

  • reply I can't post the link, so that's why. JSON request sample: POST /webmaster/api.svc/json/SubmitUrlbatch?​apikey=sampleapikeyEDECC1EA4AE341CC8B6 HTTP/1.1​ Content-Type: application/json; charset=utf-8​ Host: ssl.bing.com​ { "siteUrl":"http://yoursite.com",​ "urlList":[ "http://yoursite.com/url1", "http://yoursite.com/url2", "http://yoursite.com/url3" ] } JSON response sample: HTTP/1.1 200 OK Content-Length: 10 Content-Type: application/json; charset=utf-8 { "d":null }
    蜻竺 author 2021-04-14 17:09:40
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template