Use Case
1.I logged in to the CH managed Meetings site
2. Tried to open https://sitename.webex.com/sitename/m.php?AT=HM&MK=1630564626
3.I also tried to POST to https://sitename.webex.com/sitename/m.php the following form:
<form method="post" action="https://sitename.webex.com/sitename/m.php">
<input type="hidden" name="AT" value="HM" />
<input type="hidden" name="MK" value="1630564626"/>
</form>
RESULT: In both case, instead of the meeting being started, I remained logged in, the URL contained ...&AT=HM&RS=MissingOrInvalidCSRFToken&ST=FAIL
NOTE: It does work in redirection from an AT=LI URL API, but does not seem to work alone, after logging in manually.
What did I miss?