Login — GET method
Form submits via GET; credentials end up in the URL query string. Tests whether any POST-block at the intermediary is method-specific. Note: real sites should never use GET for credentials — this exists as a methodology probe only.
Submission target: GET /login/get?email=…&password=…