MySiga
  • MySiga Docs
  • Quick Start
  • Siga 3
  • Cookies
  • Reference
    • /load
    • /login
      • /login/logout
      • /login/raw
    • General Exceptions
Powered by GitBook
On this page
  • Load Siga session
  • Creates a new Siga session
  • Load Siga session with captcha
  • Creates a new Siga session with captcha data
  1. Reference

/load

Load a new Siga session

Load Siga session

Creates a new Siga session

GET https://mysiga.laravieira.me/load

Cookies

Name
Type
Description

PHPSESSID

string

Session ID

{
    "challenge": "*",
    "captcha": null,
    "server": "*",
    "siga": "*",
    "client": "*"
}

Load Siga session with captcha

Creates a new Siga session with captcha data

GET https://mysiga.laravieira.me/load/captcha

Cookies

Name
Type
Description

PHPSESSID

string

Session ID

{
    "challenge": "*",
    "captcha": {
        "id": "*",
        "numbers": [0, 4],
        "tip": "Maybe just sum these two numbers?"
    },
    "server": "*",
    "siga": "*",
    "client": "*"
}
PreviousCookiesNext/login

Last updated 2 years ago