Tag: text/html
-
Post Views: 46 1. Open the URL in the browser: http://api.channel-pub-api.localhost/qq/v1/OA uth2/authorize?group_id=015ce30b116ce86058fa6ab4fea4ac63 , which responds to the XML format, because RESTful APIs support both JSON and XML formats. But HTML format is not supported. as shown in Figure 1 2. Open in postman, the value of accept is: application/json; version=0.0, respond to json format, as shown in Figure 2 3.…