Skip to content

Instantly share code, notes, and snippets.

@ufobat
Created August 4, 2016 08:42
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 ufobat/5a12692130bda9d1c2a0fc17fc7c1eca to your computer and use it in GitHub Desktop.
Save ufobat/5a12692130bda9d1c2a0fc17fc7c1eca to your computer and use it in GitHub Desktop.
martin@thetis ~/.workspace/p6 % perl6 -Ip6-HTTP-Server-P6W/lib -IHTTP-Supply/lib -IBailador/lib -IVoteImproved/lib VoteImproved/bin/VoteImproved.p6
Entering the development dance floor: http://0.0.0.0:3000
invoking app with env:
{:HTTP_ACCEPT("text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8"), :HTTP_ACCEPT_ENCODING("gzip, deflate, sdch"), :HTTP_ACCEPT_LANGUAGE("de-DE,de;q=0.8,en-US;q=0.6,en;q=0.4"), :HTTP_CONNECTION("keep-alive"), :HTTP_COOKIE("bailador=46b4cdd812633dda9f700f8b74d04f33--9eba0c200c25f657c69d423abb75e5dd"), :HTTP_HOST("localhost:3000"), :HTTP_UPGRADE_INSECURE-REQUESTS("1"), :HTTP_USER_AGENT("Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.26 Safari/537.36"), :REQUEST_METHOD("GET"), :REQUEST_URI("/"), :SERVER_PROTOCOL("HTTP/1.1"), "p6w.input" => Supply.new}
Session ID HMAC mismatch - someone trying to guess session IDs
martin@thetis ~/.workspace/p6 % echo $?
141
martin@thetis ~/.workspace/p6 % perl6 -v
This is Rakudo version 2016.07.1 built on MoarVM version 2016.07
implementing Perl 6.c.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment