Top "Alamofire" questions

Alamofire is an HTTP networking library written in Swift.

How to make a synchronous request using Alamofire?

I am trying to do a synchronous request using Alamofire. I have looked on Stackoverflow and found this question: making …

ios swift alamofire synchronous
Alamofire : How to handle errors globally

My question is quite similar to this one, but for Alamofire : AFNetworking: Handle error globally and repeat request How to …

ios swift networking alamofire
Error Domain=NSPOSIXErrorDomain Code=100 "Protocol error"

I am trying to call a service using Alamofire using a .get method. The request has nothing special no parameters …

ios swift alamofire
ssl pinning in Swift AlamoFire

Im a newb here but I have an app that is subject to MITM attacks. After I bit of research …

swift ssl certificate alamofire pinning
JSON encoding with backslashes

I m using Alamofire and SwiftyJSOn to parse JSON output. It works very well however some sites give json with …

swift alamofire swifty-json
AlamoFire GET api request not working as expected

I am trying to get learn how to use AlamoFire and I am having trouble. My method so far is …

swift alamofire
NSURLErrorDomain Code=-1004 for few seconds after app start up

I'm getting "NSURLErrorDomain Code=-1004" error with Alamofire API calls, but only for few seconds after app started (or took …

ios ios9 afnetworking alamofire
Certificate pinning in Alamofire

I am creating an iPad app that accesses HTTPS web services. I want to implement pinning, but am having issues. …

ios swift alamofire pinning
Set Cookies for URL Request

Currently I have an iOS app that pulls prices and data from websites. So far its been working well, but …

url cookies swift3 alamofire urlrequest
alamofire.error Code=-6006 "JSON could not be serialized

Been working on this for a bit with no success. I have a function that goes to a UIButton solely …

json xcode swift swift2 alamofire