Re: initWithRequest:delegate:startImmediately

2016-10-24 Thread Jens Alfke
> On Oct 24, 2016, at 5:47 PM, Sal Conigliaro wrote: > > Check out the WWDC videos on what's new in app security. In a nutshell you > need to specify (in the imno.plist) the specific domains that you want to > turn off ATS. Even that is just a stopgap. The real solution is to use HTTPS. If t

Re: initWithRequest:delegate:startImmediately

2016-10-24 Thread Sal Conigliaro
n off ATS. Sal -- Sal Conigliaro, e design www.erinedesign.com @sconig > On Oct 24, 2016, at 3:00 PM, cocoa-dev-requ...@lists.apple.com wrote: > > Date: Mon, 24 Oct 2016 11:36:47 -0600 > From: "Raglan T. Tiger" > To: Cocoa Dev > Subject: Re: initWithRequest:

Re: initWithRequest:delegate:startImmediately

2016-10-24 Thread Raglan T. Tiger
Holy connection batman ... just put NSAppTransportSecurity NSAllowsArbitraryLoads in the info.plst. Sorry for the noise ... but it is Monday morning. -rags > On Oct 24, 2016, at 11:09 AM, Raglan T. Tiger wrote: > > > NSURLRequest init