2017年3月23日 星期四

請問有人知道如何在post request加上header cookie嗎?

Ref : http://stackoverflow.com/questions/36372341/swift-http-request-with-parameters-in-header

var request = URLRequest(url: url)
request.setValue("secret-keyValue", forHTTPHeaderField: "secret-key")

URLSession.shared.dataTask(with: request) { data, response, error in }

沒有留言:

張貼留言