我们正在拼命尝试在使用Swift3中的Alamofire进行POST请求之前设置cookie。我们只找到了Swift2的解决方案。我们当前的代码看起来像这样
Alamofire.request(url, headers: NetworkUtil.getApiKeyHeader())
.responseJSON { response in
if let JSON = response.result.value {
print("JSON: \(JSON)")
}
}
答案 0 :(得分:0)
如果你从Swift 2中调整它,它最终会退出简单
zone.js:1382 POST http://localhost:8080/api/uploadFile 400 (Bad Request)