Embeded FLEX Control Hosted in JBOSS, How do i use Http Basic Authentication with "embed" or "object
Posted
by RyanFetz
on Stack Overflow
See other posts from Stack Overflow
or by RyanFetz
Published on 2010-03-29T18:38:30Z
Indexed on
2010/03/29
18:43 UTC
Read the original article
Hit count: 333
So we have three FLEX controls hosted within a JBOSS server instance, and an IIS (MVC) application which has pages that have the object (and embed) tags to render the controls. We are wanting to setup HTTP basic authentication on the jboss server which is hosting other services (Solr, some custom webservices, and tika) and have figured out how to pass the credentials.
How can you send those basic http authentication credentials to a flex control in object/embed tags??
© Stack Overflow or respective owner