--- http_interactions: - request: method: get uri: https://ca-test.adyen.com/ca/ca/skin/skins.shtml body: encoding: US-ASCII string: "" headers: Accept: - "*/*" User-Agent: - Mechanize/2.3 Ruby/1.9.2p290 (http://github.com/tenderlove/mechanize/) Accept-Encoding: - gzip,deflate,identity Accept-Charset: - ISO-8859-1,utf-8;q=0.7,*;q=0.7 Accept-Language: - en-us,en;q=0.5 Host: - ca-test.adyen.com Connection: - keep-alive Keep-Alive: - 300 response: status: code: 302 message: Moved Temporarily headers: Date: - Mon, 23 Apr 2012 15:04:21 GMT Server: - Apache Set-Cookie: - JSESSIONID=A7CB5BA29DDDE6850BB9482B999E8EF4.test5e; Path=/ca/; Secure; HttpOnly Location: - https://ca-test.adyen.com/ca/ca/login.shtml;jsessionid=A7CB5BA29DDDE6850BB9482B999E8EF4.test5e Content-Length: - "0" Keep-Alive: - timeout=15, max=100 Connection: - Keep-Alive Content-Type: - text/plain; charset=UTF-8 body: encoding: US-ASCII string: "" http_version: recorded_at: Mon, 23 Apr 2012 15:04:21 GMT - request: method: get uri: https://ca-test.adyen.com/ca/ca/login.shtml;jsessionid=A7CB5BA29DDDE6850BB9482B999E8EF4.test5e body: encoding: US-ASCII string: "" headers: Accept: - "*/*" User-Agent: - Mechanize/2.3 Ruby/1.9.2p290 (http://github.com/tenderlove/mechanize/) Accept-Encoding: - gzip,deflate,identity Accept-Charset: - ISO-8859-1,utf-8;q=0.7,*;q=0.7 Accept-Language: - en-us,en;q=0.5 Cookie: - JSESSIONID=A7CB5BA29DDDE6850BB9482B999E8EF4.test5e Host: - ca-test.adyen.com Connection: - keep-alive Keep-Alive: - 300 response: status: code: 200 message: OK headers: Date: - Mon, 23 Apr 2012 15:04:21 GMT Server: - Apache Cache-Control: - no-cache, no-store, must-revalidate, max-age=0, post-check=0, pre-check=0 Pragma: - no-cache Expires: - "-1" X-Frame-Options: - SAMEORIGIN Content-Language: - en-GB Keep-Alive: - timeout=15, max=100 Connection: - Keep-Alive Transfer-Encoding: - chunked Content-Type: - text/html;charset=UTF-8 body: encoding: US-ASCII string: | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Adyen PSP System</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta http-equiv="content-style-type" content="text/css" /> <meta http-equiv="imagetoolbar" content="no" /> <meta content="TRUE" name="MSSmartTagsPreventParsing" /> <link rel="shortcut icon" href="/ca/img/adyen/favicon.ico" type="image/ico"/> <script type="text/javascript" src="/ca/js/functions.js"></script> <script src="/ca/js/prototype.js" type="text/javascript"></script> <script src="/ca/js/scriptaculous.js" type="text/javascript"></script> <link rel="stylesheet" type="text/css" href="/ca/css/adyen/style.css" /> <!--[if lt IE 7]> <link rel="stylesheet" type="text/css" href="/ca/css/adyen/style_ie6.css" /> <![endif]--> </head> <body> <div id="topbar"><div class="iefillerdiv"></div></div> <div id="middlebarcontainer"> <div id="middlebar"> <a href="/ca/ca/overview/default.shtml"><img id="mainlogo" src="/ca/img/adyen.png" alt="Logo"/> <img id="testsystemwarning" src="/ca/img/adyen_test.png" alt="test"/></a> <img id="maintagline" src="/ca/img/adyen_tagline.png" alt="Complex Finance, Online Insight" /> </div> </div> <div id="bottombar"><div id="bottombar2"></div></div> <div id="maincontent"> <div id="boxleft"> <div id="infobox"> <ul class="nav"> </ul> <div id="infoboxcontent"> <div> </div> <div style="text-align: left; margin-top: 5px"> <!--a class="icon" href="/ca/ca/overview/default.shtml" title="Home"><img src="/ca/img/home.gif" alt="Home"/></a--> <a class="icon" href="/ca/ca/overview/default.shtml"><img src="/ca/img/home.png" alt="Home"/> home</a><br/> <a class="icon" href="/ca/logoff.shtml" title="Sign Off"><img src="/ca/img/exit.png" alt="Sign Off"/> sign off</a> </div> </div> </div> <div class="bbarlmenu"> <div class="bbarrmenu"> <div class="bbarmenu"> </div> </div> </div> </div> <div id="contentbg"> <div id="content"> <div id="contentwrapper"> <div id="subcontent"> <ul id="help"> <li class="palette7"> <h3 class="bg">Signing On</h3> <div class="border"> All fields are case-sensitive. If you have trouble signing on, check that the "Caps Lock" isn't on. </div> </li> </ul> <script type="text/javascript" language="javascript"> function createCookie(name,value,days) { path = "/ca/"; if (path == "") path = "/"; if (days) { var date = new Date(); date.setTime(date.getTime()+(days*24*60*60*1000)); var expires = "; expires="+date.toGMTString(); } else { var expires = ""; } document.cookie = name+"="+value+expires+"; path="+path+(window.location.protocol.indexOf('https:')==0?'; Secure':''); } function eraseCookie(name) { createCookie(name,"",-1); } function handleCookie() { if(document.getElementById("rememberMe").checked == true) { if(document.getElementById("accountTextInput")) { createCookie("defaultAccount", document.getElementById("accountTextInput").value,7); } else { createCookie("defaultAccount", document.getElementById("accountHiddenInput").value,7); } } else { eraseCookie("defaultAccount") } } </script> <h1 class="pagetitle">Please Sign On</h1> <form method="post" autocomplete="off" onsubmit="handleCookie();" action="config/j_security_check"> <table class="data"> <tr> <th class="row"><label for="accountTextInput">Account:</label></th> <td><input type="text" id="accountTextInput" name="j_account" /></td> </tr> <tr> <th class="row"><label for="j_username">User Name:</label></th> <td><input type="text" id="j_username" name="j_username" /></td> </tr> <script type="text/javascript" language="javascript"> var elToFocus = document.getElementById("accountTextInput"); if( null == elToFocus ) { elToFocus = document.getElementById("j_username"); } elToFocus.focus(); </script> <tr> <th class="row"><label for="j_password">Password:</label></th> <td><input type="password" id="j_password" name="j_password" /></td> </tr> <tr> <td colspan="2"><label for="rememberMe">Remember my account on this computer</label> <input type="checkbox" id="rememberMe" name="rememberMe" /></td> </tr> <tr> <td colspan="2"><br /> <input type="hidden" name="j_formHash" value="193BS7s/UX6dDLEXtBZv45c0Jv4ECI=" /> <input type="submit" class="button" value="Submit" /></td> </tr> </table> </form> <br/> <a href="/ca/forgotPassword.shtml">Forgot your password?</a> </div> <div class="bbarl"> <div class="bbarr"> <div class="bbar"> </div> </div> </div> </div> </div> </div> </div> </body> </html> http_version: recorded_at: Mon, 23 Apr 2012 15:04:22 GMT recorded_with: VCR 2.0.1