Install an app like charles proxy on a computer and configure the proxy settings on the mobile device to run through the proxy. https://www.charlesproxy.com/documentation/faqs/using-charles-from-an-iphone/
Compare the raw http requests from 4.14 and 4.15 then maybe post the results if you can't figure it out. On Thu, Feb 18, 2016 at 8:11 AM, erikjthomas3 <erikjtho...@icloud.com> wrote: > I and a colleague each upgraded from Flex SDK 4.14 to 4.15 (20/20) and an > old > HTTPService GET call that has been in production for years on Mobile > devices > is now consistently failing on both our systems for no apparent reason we > can see while debugging. > > Does this ring a bell? Anyone seen this? If I paste the URL below into my > browser, it retrieves successfully. But from the app, it fires a fault > event. > > Nothing has changed in this code, and reverting to 4.14 it runs fine. > Anyone > have any ideas? > > Could there be a new security requirement that doesn't provide a meaningful > fault message? > > Thanks so much! > > Erik > > _faultCode: Server.Error.Request > faultDetail: Error: [IOErrorEvent type="ioError" bubbles=false > cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: > > http://www.linqto.com/facebookapplicationservice.axd?roomName=communitybanker&type=getHero > " > errorID=2032]. URL: > > http://www.linqto.com/facebookapplicationservice.axd?roomName=communitybanker&type=getHero > faultString: HTTP request error > rootCause.text: Error #2032: Stream Error. URL: > > http://www.linqto.com/facebookapplicationservice.axd?roomName=communitybanker&type=getHero > rootCause.type: ioError > > REQUEST INFO > > method: GET > resultFormat: object > rootURL: app:/cbMobile.swf > useProxy: false > destination: DefaultHTTP > contentType: application/x-www-form-urlencoded > url: > > http://www.linqto.com/facebookapplicationservice.axd?roomName=communitybanker&type=getHero > > > > > -- > View this message in context: > http://apache-flex-development.2333347.n4.nabble.com/HTTPService-breakage-in-Flex-SDK-4-15-tp51614.html > Sent from the Apache Flex Development mailing list archive at Nabble.com. >