[01:14:10] I meant that maybe you're matching on query string, since POST request carry both query string and post body, and that maybe most edits don't specify action in query string but in post body. [01:14:31] However that's incorrect. We POST to /w/index.php?title=x&action=submit the rest is in the post body [01:14:54] I believe we sometimes post to index.php, but we seem to mostly avoid that which makes logs certainly more useful :)