apache/dubbo

dubbo rest protocol 调用第三方restful 不支持https

Open

#6,656 opened on 2020年8月28日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)Java (26,453 forks)batch import
help wantedtype/proposal

Repository metrics

Stars
 (41,524 stars)
PR merge metrics
 (平均マージ 7d 14h) (30d で 20 merged PRs)

説明

RestProtocol类doRefer的方法中不支持https调用 ResteasyWebTarget target = client.target("http://" + url.getHost() + ":" + url.getPort() + "/" + getContextPath(url)); return target.proxy(serviceType);

コントリビューターガイド