mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-25 01:01:21 +01:00
Add AppId and AppKey to quick add
This commit is contained in:
parent
c30daa382f
commit
3e82eb477b
@ -356,6 +356,7 @@ final class ReaderAPICaller: NSObject {
|
||||
}
|
||||
|
||||
var request = URLRequest(url: callURL, credentials: self.credentials)
|
||||
self.addVariantHeaders(&request)
|
||||
request.setValue("application/x-www-form-urlencoded", forHTTPHeaderField: "Content-Type")
|
||||
request.httpMethod = "POST"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user