Embeded FLEX Control Hosted in JBOSS, How do i use Http Basic Authentication with "embed" or "object
- by RyanFetz
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??