Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
AIR HTTP login popup Windows 7 intercept
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
ozwyzard  
View profile  
 More options Feb 14 2012, 1:04 am
From: ozwyzard <ozwyz...@gmail.com>
Date: Mon, 13 Feb 2012 22:04:23 -0800 (PST)
Local: Tues, Feb 14 2012 1:04 am
Subject: AIR HTTP login popup Windows 7 intercept
I am developing a AIR application that talks to a back-end server over
HTTPS. The application has a tab for allowing users to enter their
server authentication credentials.

If the user enters incorrect credentials, the AIR app pops up a dialog
box asking the user to re-enter credential.

HOWEVER, the HTTP response is intercepted by the underlying Windows 7
OS pops up a “Windows Security” window stating that ‘The server
site.com at site.com requires a username and password’ and asks the
user to type in a username and password. This did not used to occur on
Windows Vista, but does on Windows 7.  I have to press 'cancel' to get
to the AIR pop-up window.

Why does Windows intercept AIR HTTP/S socket traffic and popup a
window. How do I eliminate this Windows Security popup?

Thank you.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ozwyzard  
View profile  
 More options Feb 16 2012, 9:51 pm
From: ozwyzard <ozwyz...@gmail.com>
Date: Thu, 16 Feb 2012 18:51:01 -0800 (PST)
Local: Thurs, Feb 16 2012 9:51 pm
Subject: Re: AIR HTTP login popup Windows 7 intercept
Apparently, there is no way to avoid this as is.

One could however set the URLRequest.authenticate flag to false, and
hand-code the user/password authentication
 (for various HTTP auth schemes) within the AIR app (as opposed to the
built-in class), to avoid the OS pop-up.
This would include handling the cookie management within the app code
(as opposed to the built-in class).

On Feb 13, 10:04 pm, ozwyzard <ozwyz...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »