Standalone internal POC
Current status
Build a payload, submit to the LA portal, or parse a sample result.
| FirstName | Pending |
|---|---|
| LastName | Pending |
| ZipCode | Pending |
| MonthYear | Pending |
| UpdateOptions | Blank |
Endpoint
https://voterportal.sos.la.gov/Home/VoterLogin
Method
POST
Content type
application/x-www-form-urlencoded
Form fields
Redacted body
Build a payload to preview the encoded body.
Equivalent command shape
Build a payload to preview the equivalent command.
Same-origin POC API command
Build a payload to preview the local API command.
Load a non-real fixture or paste approved LA result HTML here to demonstrate frontend Active/Inactive parsing.
The live replay uses a same-origin fetch call to /api/la-sos/verify. The local
Node service performs the SOS GET, form-encoded POST, redirect follow-up, and
server-side result parsing.
This mirrors the approved pass-through concept while avoiding browser CORS limitations. Playwright remains a fallback option only if the SOS portal later requires a full browser session.