Created
October 14, 2011 15:38
-
-
Save retrofox/1287447 to your computer and use it in GitHub Desktop.
login
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| GET /user/avatar?email=m 200 3ms | |
| GET /user/avatar?email=mm 200 2ms | |
| GET /user/avatar?email=mm%C5%82 200 2ms | |
| GET /user/avatar?email=mm%C5%82%C2%B5 200 2ms | |
| GET /user/avatar?email=mm%C5%82%C2%B5m 200 1ms | |
| GET /user/avatar?email=mm%40 200 2ms | |
| GET /user/avatar?email=mm%40m 200 2ms | |
| GET /user/avatar?email=mm%40mm 200 2ms | |
| GET /user/avatar?email=mm%40mm. 200 1ms | |
| GET /user/avatar?email=mm%40mm.c 200 1ms | |
| GET /user/avatar?email=mm%40mm.co 200 3ms | |
| debug - authenticating... | |
| debug - applySignupCode | |
| debug - signupcode - thing to apply | |
| debug - loading language en_US from user document | |
| debug - JSON: redirect to /dashboard (1000 ms) | |
| debug - JSON: success Welcome back Mm undefined | |
| debug - Mixpanel event: 'Login' params: {"role":"teacher","uid":"4e95e2759ee6c69a2c000075","distinct_id":"mm@mm.com"} | |
| POST /login 200 8ms | |
| debug: render "website/index" | |
| debug: render "website/layout" | |
| debug: render "header" | |
| debug - Mixpanel event: 'Homepage: signup' params: {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment