Skip to content

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

@davidleonardi418

Description

@davidleonardi418

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"
   ]
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions