<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: URL API issue to get CSRF parameter in Cloud Collaboration</title>
    <link>https://community.cisco.com/t5/cloud-collaboration/url-api-issue-to-get-csrf-parameter/m-p/3589277#M1876</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Ryan&lt;/P&gt;&lt;P&gt;Thanks for your answer. And I have another question. That is, how can I get CSRF parameter if using SSO way to log in the webex site.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jenny Ji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Jun 2017 08:18:33 GMT</pubDate>
    <dc:creator>jenji</dc:creator>
    <dc:date>2017-06-06T08:18:33Z</dc:date>
    <item>
      <title>URL API issue to get CSRF parameter</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/url-api-issue-to-get-csrf-parameter/m-p/3589275#M1874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am a newer to develop the webex function. Now, I have to get a new parameter CSRF by calling p.php?AT=LI, but I have a problem when I use this URL API. That is, in website '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://clks.webex.com/clks" rel="nofollow" target="_blank"&gt;https://clks.webex.com/clks&lt;/A&gt;&lt;SPAN&gt;', using username: rajasoun &amp;amp; password:xxxx, I can log in successfully. however, when I use '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://clks.webex.com/clks/p.php?AT=LI&amp;amp;WID=rajasoun&amp;amp;PW=xxxx" rel="nofollow" target="_blank"&gt;https://clks.webex.com/clks/p.php?AT=LI&amp;amp;WID=rajasoun&amp;amp;PW=xxxx&lt;/A&gt;&lt;SPAN&gt;', the url will return '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://clks.webex.com/mw0401lsp13/mywebex/default.do?siteurl=clks&amp;amp;AT=LI&amp;amp;WID=rajasoun&amp;amp;ST=FAIL&amp;amp;RS=BadWebExIDOrPassword" rel="nofollow" target="_blank"&gt;https://clks.webex.com/mw0401lsp13/mywebex/default.do?siteurl=clks&amp;amp;AT=LI&amp;amp;WID=rajasoun&amp;amp;ST=FAIL&amp;amp;RS=BadWebExIDOrPassword&lt;/A&gt;&lt;SPAN&gt; &amp;lt;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://clks.webex.com/mw0401lsp13/mywebex/default.do?siteurl=clks&amp;amp;AT=LI&amp;amp;WID=rajasoun&amp;amp;ST=FAIL&amp;amp;RS=BadWebExIDOrPassword" rel="nofollow" target="_blank"&gt;https://clks.webex.com/mw0401lsp13/mywebex/default.do?siteurl=clks&amp;amp;AT=LI&amp;amp;WID=rajasoun&amp;amp;ST=FAIL&amp;amp;RS=BadWebExIDOrPassword&lt;/A&gt;&lt;SPAN&gt;&amp;gt;'. Thus, I cannot get any CSRF parameter. So, what’s the problem is it? Thanks very much!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jenny Yao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 03:02:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/url-api-issue-to-get-csrf-parameter/m-p/3589275#M1874</guid>
      <dc:creator>jenji</dc:creator>
      <dc:date>2017-06-06T03:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: URL API issue to get CSRF parameter</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/url-api-issue-to-get-csrf-parameter/m-p/3589276#M1875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The URL API no longer allows sensitive information to be sent in a HTTP GET request, please see this post for more information: &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cisco.com/migration-blogpost/7614"&gt;Recent URL API Changes - Get2Post&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your making a new integration, its highly recommended to use the WebEx XML API, the WebEx URL API is considered a Legacy API and does not contain the features the XML API Provides.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 03:50:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/url-api-issue-to-get-csrf-parameter/m-p/3589276#M1875</guid>
      <dc:creator>ryanhunt</dc:creator>
      <dc:date>2017-06-06T03:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: URL API issue to get CSRF parameter</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/url-api-issue-to-get-csrf-parameter/m-p/3589277#M1876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Ryan&lt;/P&gt;&lt;P&gt;Thanks for your answer. And I have another question. That is, how can I get CSRF parameter if using SSO way to log in the webex site.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Jenny Ji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2017 08:18:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/url-api-issue-to-get-csrf-parameter/m-p/3589277#M1876</guid>
      <dc:creator>jenji</dc:creator>
      <dc:date>2017-06-06T08:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: URL API issue to get CSRF parameter</title>
      <link>https://community.cisco.com/t5/cloud-collaboration/url-api-issue-to-get-csrf-parameter/m-p/3589278#M1877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to provide provide a MU parameter with a URL to return to upon successful login, the CSRF should be cleanly passed back to this URL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 19:14:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/cloud-collaboration/url-api-issue-to-get-csrf-parameter/m-p/3589278#M1877</guid>
      <dc:creator>ryanhunt</dc:creator>
      <dc:date>2017-06-08T19:14:12Z</dc:date>
    </item>
  </channel>
</rss>

