gpt4 book ai didi

rest - 使用 HTTPBuilder 进行 HTTPS 的 Grails REST 插件

转载 作者:行者123 更新时间:2023-12-02 15:11:13 24 4
gpt4 key购买 nike

我在 grails 中有一个运行良好的服务方法。

它通过 GET 请求提取 JSON。转到 prod 后,我们不得不将协议(protocol)更改为 HTTPS,现在我遇到了一个异常。

要使用 HTTPS 协议(protocol),我有什么需要更改的吗?我看遍了The HTTPBuilder Documentation而且我找不到使用 HTTPS 的单一引用。我在谷歌上也找不到一个例子。

            def reportList = new ArrayList()
def result
//TODO Dynamic PatientKey
def http = new HTTPBuilder( 'https://mydomain/servicename?key=' + key )


reportList = null
http.request( GET, JSON ) { req ->

headers.Accept = 'application/json'


response.success = { resp, reader ->

reportList = reader.getAt("patientReports")

}


}

}
[ reportList : reportList ]

最佳答案

你得到什么异常?
请检查 SSL 证书是否对该网站有效。更多在这里。

http://groovy.codehaus.org/modules/http-builder/doc/ssl.html

关于rest - 使用 HTTPBuilder 进行 HTTPS 的 Grails REST 插件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15193245/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com