Hi!
AIR 51.2.2.6 on Windows.
I use StageWebView for OAuth stuff for one service.
It use http 302 redirect after login to my oauth_redirect_url. Don know why)
But I cant get new "location" (and parse access_code from url) because I have only one trigger of LocationChangeEvent.LOCATION_CHANGE and stageWebView.location equal to initial url before 302 redirect.
It is strange that stageWebView.title is updated and correct.
Is it a bug or I need to detect 302 redirect some special way?
Thx!