You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you use a captcha protected resource like the sendEmailServlet you can pass the same captcha again and again via curl if you use the session id cookie of the original request.
Once the captcha has been checked and validated, we need to remove it from the user's session programmatically.
The text was updated successfully, but these errors were encountered:
If you use a captcha protected resource like the sendEmailServlet you can pass the same captcha again and again via curl if you use the session id cookie of the original request.
Once the captcha has been checked and validated, we need to remove it from the user's session programmatically.
The text was updated successfully, but these errors were encountered: