From: Nicolas R. <nic...@gm...> - 2013-05-06 07:38:51
|
Hi Nicolas, You can use an authentication handler or an extension (available from esigate 4) : Basically, add credentials to the request before calling the backend if using HttpAuthentication. Or POST credentials to a login page, get session then request the target page using the same session. See : http://www.esigate.org/reference.html#Authentication_and_SSO -- Nicolas Le 5 mai 2013 à 22:25, Francois-Xavier Bonnet <fra...@ce...> 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 > ------------------------------------------------------------------------------ > 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 |