AW: StageWebView not able to understand Http 307 Responses?

2015-09-13 Thread Christofer Dutz
atisfactory in Air :-( Chris Von: Harbs Gesendet: Freitag, 11. September 2015 13:07 An: users@flex.apache.org Betreff: Re: StageWebView not able to understand Http 307 Responses? Did you try using URLLoader to get the response codes and respond as needed? (I’m not t

Re: StageWebView not able to understand Http 307 Responses?

2015-09-11 Thread Harbs
dovnik > Gesendet: Freitag, 11. September 2015 11:24 > An: users@flex.apache.org > Betreff: Re: StageWebView not able to understand Http 307 Responses? > > Hello Chris, > > I was able to auth against G+ using this code: > http://stackoverflow.com/questions/10717919/how-

Re: StageWebView not able to understand Http 307 Responses?

2015-09-11 Thread Maxim Solodovnik
s Http 307 responses for redirecting to > the individual login pages. > > Chris > > > Von: Maxim Solodovnik > Gesendet: Freitag, 11. September 2015 11:24 > An: users@flex.apache.org > Betreff: Re: StageWebView not able to unders

AW: StageWebView not able to understand Http 307 Responses?

2015-09-11 Thread Christofer Dutz
Chris Von: Maxim Solodovnik Gesendet: Freitag, 11. September 2015 11:24 An: users@flex.apache.org Betreff: Re: StageWebView not able to understand Http 307 Responses? Hello Chris, I was able to auth against G+ using this code: http://stackoverflow.com/questions/10717919/how-to-integrate-google

Re: StageWebView not able to understand Http 307 Responses?

2015-09-11 Thread Maxim Solodovnik
Hello Chris, I was able to auth against G+ using this code: http://stackoverflow.com/questions/10717919/how-to-integrate-google-in-a-flex-mobile-application (slightly modified) On Fri, Sep 11, 2015 at 3:10 PM, Christofer Dutz wrote: > Hi, > > > First of all ... this is probably more an AIR ques

StageWebView not able to understand Http 307 Responses?

2015-09-11 Thread Christofer Dutz
Hi, First of all ... this is probably more an AIR question as it is a Flex question, but I am thinking that here eventually someone knows the answer to this question. I'm struggling to make my Flex-based mobile application use Keycloak as OAuth2 server. So far I got most of it working. For