/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": "*"
}
Last updated