Are we sure there's no way to execute the javascript? The reason I ask, is the authentication process implements javascript in order to properly set session values, the redirect to the confirmation page, as well as many other things, all of which I've been able to confirm is happening in the background.
I've added the cookie, with little success, however the confirmation button onClick event still calls a window.location="/something_else". For this to happen, the browser must interact with the button. Thanks Junior Giuliano Riccio wrote: > > Probably it's not possible since Zend_Http doesn't execute the javascript > content of the page. > > Giuliano > -- View this message in context: http://www.nabble.com/Interact-with-zend_http-request-tp21072511p21089707.html Sent from the Zend Framework mailing list archive at Nabble.com.
