2019年7月14日 星期日

Groovy 的 RESTClient 相關

忽略 HTTPS 的伺服器端檢查

restClient.ignoreSSLIssues()
回覆的 status code > 399 時,不要拋出 exception REST

Client restClient = new RESTClient()
restClient.handler.failure = restClient.handler.success
參考資料
  1. Is there an easier way to tell HTTPBuilder to ignore an invalid cert?
  2. Can't use ignoreSSLIssues in HttpBuilder version 0.7.1
  3. Can I override RESTClient default “HttpResponseException” response to >399 Return Codes?

沒有留言: