ios9 HTTPS

简介: The Xcode Server API Reference is the underlying interface for Xcode Server. NOTE For detailed information about installing and using Xcode Server, see Xcode Server and Continuous In

The Xcode Server API Reference is the underlying interface for Xcode Server.

NOTE

For detailed information about installing and using Xcode Server, see Xcode Server and Continuous Integration Guide.

HTTPS Only

Use HTTPS to make all Xcode Server requests.

UTF-8 Encoding

Every string passed to and from the Xcode Server API needs to be UTF-8 encoded.

Error Handling

Errors are returned using standard HTTP error code syntax. Any additional info is included in the body of the response, JSON-formatted:

  1. {
  2. "status": 401,
  3. "message": "Unauthorized: invalid credentials"
  4. }

List of supported error codes:

  1. 400: Bad Request
  2. 401: Unauthorized
  3. 403: Forbidden
  4. 404: Not Found
  5. 409: Conflict
  6. 410: Gone
  7. 500: Internal Server Error
  8. 501: Not Implemented
  9. 502: Bad Gateway
  10. 503: Service Unavailable
  11. 523: Service is not Enabled
  12. 530: Client unsupported.
  13. 531: ACL expansion not yet completed.
  14. 532: Service maintenance task active

Versioning

The version is set in the header using X-XCSAPIVersion. If you omit this property, Xcode Server assumes the latest version.

Request Headers

All Xcode Server responses contain the version number of the API that the server supports. The version number is set in the response header using X-XCSAPIVersion.

Schema

The section contains detailed information about the contents and meaning of the various payload structures used in Xcode Server requests and responses.

Document ID and Revision

Xcode Server stores the data in documents. Each document in CouchDB has at least two properties: _id and_rev.

  • _id is a unique identifier that makes the document unique.

  • _rev is a value that changes every time the document is modified.

目录
相关文章
|
2月前
|
Web App开发 前端开发 网络安全
前端分析工具之 Charles 录制 Android/IOS 手机的 https 应用
【2月更文挑战第21天】前端分析工具之 Charles 录制 Android/IOS 手机的 https 应用
60 1
前端分析工具之 Charles 录制 Android/IOS 手机的 https 应用
|
4月前
|
iOS开发 开发者
【教程】iOS如何抓取HTTP和HTTPS数据包经验分享
📱 在日常的App开发和研发调研中,对各类App进行深入的研究分析时,我们需要借助专业的抓包应用来协助工作。本文将介绍如何使用iOS手机抓包工具来获取HTTP和HTTPS数据包,并推荐一款实用的抓包应用——克魔助手,希望能够帮助读者提升工作效率,高效地完成日常工作。
|
8月前
|
前端开发 网络安全 数据安全/隐私保护
iOS HTTPS 介绍
iOS HTTPS 介绍
51 0
|
11月前
|
Shell
(Mac)remotedebug-ios-webkit-adapter 无法运行,出现以下错误:ios_webkit_debug_proxy找不到。请安装 ios_webkit_debug_proxy (https://github.com/google/ios-webkit-debug-proxy) #74
(Mac)remotedebug-ios-webkit-adapter 无法运行,出现以下错误:ios_webkit_debug_proxy找不到。请安装 ios_webkit_debug_proxy (https://github.com/google/ios-webkit-debug-proxy) #74
400 0
|
Web App开发 网络协议 安全
启用DoH(DNS-over HTTPS)在Windows、Android、IOS平台
启用DoH(DNS-over HTTPS)在Windows、Android、IOS平台
2900 0
|
Swift 数据安全/隐私保护 iOS开发
iOS开发 - swift通过Alamofire实现https通信
iOS开发 - swift通过Alamofire实现https通信
350 0
iOS开发 - swift通过Alamofire实现https通信
|
开发者 iOS开发
iOS开发 - 用AFNetworking实现https单向验证,双向验证
iOS开发 - 用AFNetworking实现https单向验证,双向验证
343 0
iOS开发 - 用AFNetworking实现https单向验证,双向验证
|
iOS开发
iOS开发-https免证书验证
iOS开发-https免证书验证
138 0
|
iOS开发
iOS小技能:【intercept the HTTP/HTTPS requests 】
动手实践:写一个tweak ,修改请求的HTTPHeaderField
141 0
iOS小技能:【intercept the HTTP/HTTPS requests 】
|
XML 存储 JSON
深入理解HTTPS及在iOS系统中适配HTTPS类型网络请求(四)
深入理解HTTPS及在iOS系统中适配HTTPS类型网络请求
222 0