Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect login form match for https://www.meed.com/sign-in/ #16

Open
nakamura41 opened this issue Oct 21, 2016 · 0 comments
Open

Incorrect login form match for https://www.meed.com/sign-in/ #16

nakamura41 opened this issue Oct 21, 2016 · 0 comments

Comments

@nakamura41
Copy link

nakamura41 commented Oct 21, 2016

I get this result while running test_sample.py for https://www.meed.com/sign-in/:

[
   "http://www.meed.com/sign-in/", 
   [
      [
         [
            "referrer", 
            ""
         ], 
         [
            "security_text", 
            "USER"
         ], 
         [
            "repostcheck", 
            "I77"
         ], 
         [
            "formID", 
            "ID7797"
         ], 
         [
            "submitcheck", 
            "submitform"
         ], 
         [
            "passWord", 
            "PASS"
         ], 
         [
            "remember_pword", 
            "on"
         ]
      ], 
      "http://www.meed.com/sign-in", 
      "POST"
   ]
]

Whereas the correct result should be:

[
   "http://www.meed.com/sign-in/", 
   [
      [
         [
            "referrer", 
            ""
         ], 
         [
            "repostcheck", 
            "I22"
         ], 
         [
            "formID", 
            "ID2186"
         ], 
         [
            "submitcheck", 
            "submitform"
         ], 
         [
            "email", 
            "USER"
         ], 
         [
            "passWord", 
            "PASS"
         ], 
         [
            "remember_pword", 
            "on"
         ]
      ], 
      "http://www.meed.com/sign-in", 
      "POST"
   ]
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant