From: Francois-Xavier B. <fra...@ce...> - 2013-05-06 07:40:18
|
Ok, so you have to write an extension: the extension should detect when you are redirected to the login page, then post the login form and once authenticated send again the original request. Maybe we could think of a generic extension for form-based authentication but currently it does not exist. If you need an example on how to do this, you can have a look at the implementation for CAS SSO: http://www.esigate.org/esigate-cas/xref/org/esigate/cas/CasAuthenticationHandler.html If you decided to write something reusable on other projects, remember that contributions to the project are always welcome. 2013/5/6 <nic...@ne...> > Hello, > > It is a form based authentication. The webapp we have to query is > Magnolia. There is a public and an author instance. On the Author instance > we have to enter credentials when we call a page. > > Thanks > Nicolas TOQUET > > > Le 05/05/2013 22:25, Francois-Xavier Bonnet a écrit : > > Hi, > > Is it basic authentication or form-based authentication ? > Which version of EsiGate are you using ? > Le 5 mai 2013 18:50, "Nicolas TOQUET" <nic...@ne...> a > écrit : > >> Hello >> >> we try to get the response from a page in an author instance protected >> by login/password. >> how can we pass the credential (driver.properties ?) >> There is no proxy. >> >> Thanks >> Nicolas >> >> >> ------------------------------------------------------------------------------ >> Get 100% visibility into Java/.NET code with AppDynamics Lite >> It's a free troubleshooting tool designed for production >> Get down to code-level detail for bottlenecks, with <2% overhead. >> Download for free and get started troubleshooting in minutes. >> http://p.sf.net/sfu/appdyn_d2d_ap2 >> _______________________________________________ >> Webassembletool-users mailing list >> Web...@li... >> https://lists.sourceforge.net/lists/listinfo/webassembletool-users >> > > |