Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello,Guy.Could you help me,please?i am a new developer for cisco webex.I would like to get a meeting list by url api(wbs31).i login success and webex return CSRF parameter.this is my code as below.using System;using System.Collections.Generic;using ...
Hi WebEx Community,I use URL API (WBS31) for our site.I post login to webex and get new parameter "CSRF" from webex login back.And i post to list meeting with CSRF parameter to webex,the result back is " AT=LM&ST=FAIL&RS=AccessDenied ".URL API link :...
Hi WebEx Community,Our site this my code.protected void Page_Load(object sender, EventArgs e) { CURRENT_URL = HttpContext.Current.Request.Url.AbsoluteUri; if (Page.IsPostBack) { } else { ...
Thank you so much for advise, Ryan Hunt.Is possible if i give the URL API example code from you?.Because our site use the URL API.I was assigned to fix and develop.