Skip to content

Instantly share code, notes, and snippets.

@andreas-nesheim
Last active October 3, 2021 10:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreas-nesheim/b090f0720222879f148096003eeb1387 to your computer and use it in GitHub Desktop.
Save andreas-nesheim/b090f0720222879f148096003eeb1387 to your computer and use it in GitHub Desktop.
var loginResult = await "https://url.for.parking/registration/site/login"
.WithCookies(out var cookies)
.PostJsonAsync(new { UserName = "xxxx", Password = "xxxx" });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment