【发布时间】:2017-10-30 12:42:26
【问题描述】:
我写的不正确
HttpClient httpClient = HttpClientBuilder.create().header("Access-Control-Allow-Origin", "*")
.header("Access-Control-Allow-Methods", "GET, POST, DELETE, PUT")
.allow("OPTIONS").build();
【问题讨论】:
标签: java restful-authentication