Skip to content

Instantly share code, notes, and snippets.

@geronimod
Created May 1, 2012 18:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geronimod/2570439 to your computer and use it in GitHub Desktop.
Save geronimod/2570439 to your computer and use it in GitHub Desktop.
Login process test
Zombie: GET https://accounts.google.com/ServiceLoginAuth
Zombie: GET https://accounts.google.com/ServiceLoginAuth => 200
Zombie: POST https://accounts.google.com/ServiceLoginAuth
Zombie: POST /ServiceLoginAuth => https://accounts.google.com/CheckCookie?chtml=LoginDoneHtml&checkedDomains=youtube&pstMsg=0
Zombie: GET https://accounts.google.com/CheckCookie?chtml=LoginDoneHtml&checkedDomains=youtube&pstMsg=0
Zombie: GET https://accounts.google.com/CheckCookie?chtml=LoginDoneHtml&checkedDomains=youtube&pstMsg=0 => 400
<html lang="en"> <meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, minimum-scale=1, width=device-width">
<title>Error 400 (Bad Request)!!1</title>
<style>
*{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}
</style>
<a href="//www.google.com/"></a>
<img src="//www.google.com/images/errors/logo_sm.gif" alt="Google">
<p>
<b>400.</b>
<ins>That’s an error.</ins>
<p>Your client has issued a malformed or illegal request. <ins>That’s all we know.</ins>
</p>
</p>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment