Standalone internal POC

Louisiana SOS frontend verification flow

Rider Signup Fields

Month/year is filled from this date for the LA portal.
Manual digits are formatted automatically.

Verification Status

LA Profile

Current status

Not submitted

Build a payload, submit to the LA portal, or parse a sample result.

FirstNamePending
LastNamePending
ZipCodePending
MonthYearPending
UpdateOptionsBlank

Parsed result details

No result parsed yet.

Replay metadata

No live replay run yet.

Discovered Request Structure

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.

Fixture Parser Mode

Load a non-real fixture or paste approved LA result HTML here to demonstrate frontend Active/Inactive parsing.

Frontend Process Log

Programmatic Replay Behavior

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.