Skip to content

Instantly share code, notes, and snippets.

@hyper-neutrino
Created April 25, 2022 16:37
Show Gist options
  • Save hyper-neutrino/f1a2ff88fb54af3ed2e128a644bbf422 to your computer and use it in GitHub Desktop.
Save hyper-neutrino/f1a2ff88fb54af3ed2e128a644bbf422 to your computer and use it in GitHub Desktop.
{
hostname: 'openid.stackexchange.com',
port: 443,
path: '/account/login',
headers: { Accept: '*/*' },
method: 'GET'
} undefined
{
hostname: 'codegolf.stackexchange.com',
port: 443,
path: '/users/login-or-signup/validation/track',
headers: {
Accept: '*/*',
'Content-Type': 'application/x-www-form-urlencoded',
'Content-Length': 192
},
method: 'POST'
} email=alex.yj.liao%40gmail.com&password=0&fkey=c302dced-75c8-42dc-8406-d59310ef0475&isSignup=false&isLogin=true&isPassword=false&isAddLogin=false&hasCaptcha=false&ssrc=head&submitButton=Log+in
{
hostname: 'codegolf.stackexchange.com',
port: 443,
path: '/users/login?ssrc=head&returnurl=https%3a%2f%2fcodegolf.stackexchange.com%2f',
headers: {
Accept: '*/*',
'Content-Type': 'application/x-www-form-urlencoded',
'Content-Length': 93
},
method: 'POST'
} email=alex.yj.liao%40gmail.com&password=0&fkey=c302dced-75c8-42dc-8406-d59310ef0475&ssrc=head
{
hostname: 'chat.stackexchange.com',
port: 443,
path: '/chats/join/favorite',
headers: { Accept: '*/*' },
method: 'GET'
} undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment