Skip to main content
GET
/
reload-captcha
Reload captcha image and CSRF token
curl --request GET \
  --url http://localhost/mogl/mogl-admin-dashboard/reload-captcha \
  --cookie mogl_session=
{
  "captcha": "<string>",
  "token": "<string>"
}

Authorizations

mogl_session
string
cookie
required

Session-based authentication via cookies + CSRF token

Response

200 - application/json

Captcha image and token

captcha
string

Captcha HTML image

token
string

Fresh CSRF token