<?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: Integrations &amp;amp; Authorization with a proxy in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/integrations-amp-authorization-with-a-proxy/m-p/4553082#M4</link>
    <description>&lt;P&gt;The error suggests to me that the app platform is unable to resolve webexapis.com via DNS, e.g if you try to ping webexapis.com (or another domain, like yahoo.com) you get a name lookup failure.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Feb 2022 20:28:16 GMT</pubDate>
    <dc:creator>dstaudt</dc:creator>
    <dc:date>2022-02-15T20:28:16Z</dc:date>
    <item>
      <title>Integrations &amp; Authorization with a proxy</title>
      <link>https://community.cisco.com/t5/webex-for-developers/integrations-amp-authorization-with-a-proxy/m-p/4552694#M3</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm trying to setup a Proof of Concept for my company in order to demonstate how Webex is better than our current tool.&lt;/P&gt;
&lt;P&gt;I'm setting up the login with the help of the documentation (&lt;A href="https://developer.webex.com/docs/integrations" target="_blank" rel="noopener"&gt;https://developer.webex.com/docs/integrations&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;I already created the "integration" mock app and got my client id &amp;amp; client secret.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My code is done in Angular/NodeJS per company policy.&lt;/P&gt;
&lt;P&gt;With a call to the&amp;nbsp;&lt;A href="https://webexapis.com/v1/authorize" target="_blank" rel="noopener"&gt;https://webexapis.com/v1/authorize&lt;/A&gt;&amp;nbsp;ressource, I get back a code, as expected.&lt;/P&gt;
&lt;P&gt;My problem happens when calling the&amp;nbsp;&lt;A href="https://webexapis.com/v1/access_token" target="_blank" rel="noopener"&gt;https://webexapis.com/v1/access_token&lt;/A&gt;&amp;nbsp;URL.&lt;/P&gt;
&lt;P&gt;By a direct call via Postman, I get back the expected data&lt;/P&gt;
&lt;P&gt;By a call via a localhost Express server on my private computer, I get back the expected data&lt;/P&gt;
&lt;P&gt;By a call via&amp;nbsp;a localhost Express server on the company computer, I get back en error : "getadrrinfo ENOTFOUND webexapis.com"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I bet the problem lies with the company proxy or something of this kind, but I can't really ask my admin system to the rescue, since this is an unofficial PoC for now.&lt;BR /&gt;I head the possibilité to setup a NTLM authentication first, but I have absolutely no idea how to do that. I didn't find any sample online to do NTLM while seding a POST request.&lt;BR /&gt;Did anyone have a similar issue? If so, how did you resolve it ?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 20:09:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/integrations-amp-authorization-with-a-proxy/m-p/4552694#M3</guid>
      <dc:creator>gary.charvier</dc:creator>
      <dc:date>2022-02-24T20:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Integrations &amp; Authorization with a proxy</title>
      <link>https://community.cisco.com/t5/webex-for-developers/integrations-amp-authorization-with-a-proxy/m-p/4553082#M4</link>
      <description>&lt;P&gt;The error suggests to me that the app platform is unable to resolve webexapis.com via DNS, e.g if you try to ping webexapis.com (or another domain, like yahoo.com) you get a name lookup failure.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 20:28:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/integrations-amp-authorization-with-a-proxy/m-p/4553082#M4</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2022-02-15T20:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Integrations &amp; Authorization with a proxy</title>
      <link>https://community.cisco.com/t5/webex-for-developers/integrations-amp-authorization-with-a-proxy/m-p/4553352#M5</link>
      <description>&lt;P&gt;that's exactly what happens. Do you have a solution?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 08:49:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/integrations-amp-authorization-with-a-proxy/m-p/4553352#M5</guid>
      <dc:creator>gary.charvier</dc:creator>
      <dc:date>2022-02-16T08:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Integrations &amp; Authorization with a proxy</title>
      <link>https://community.cisco.com/t5/webex-for-developers/integrations-amp-authorization-with-a-proxy/m-p/4553882#M6</link>
      <description>&lt;P&gt;Just general networking DNS troubleshooting things, but going to be platform/OS specific:&lt;/P&gt;
&lt;P&gt;* Check the network settings of the application's platform/OS.&amp;nbsp; If the application/platform has a static IP address, either configure static DNS server(s) or enable DHCP configuration of DNS (but not IP).&lt;/P&gt;
&lt;P&gt;* Make sure the DNS servers configured are applicable to the network environment, e.g. IT may have different DNS servers for staging vs. production environments.&lt;/P&gt;
&lt;P&gt;* If you're feeling a little rogue, you could statically configure something like the &lt;A href="https://developers.google.com/speed/public-dns/docs/using" target="_self"&gt;Google DNS servers&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;* For truly janky temporary PoC-only, you can use your PC to get the IP address of webexapis.com and hard code that into your app.&amp;nbsp; Note, this will break HTTPS certificate checking (you can likely disable that in your HTTP framework/library) and webexapis.com is of course not a single, static IP but a load/H-A balanced server farm behind DNS.&amp;nbsp; The IP you get today may change at any point, or it may point to a busy server...&lt;/P&gt;
&lt;P&gt;* You'll probably end up needing to contact your IT folks in the end anyway, but asking 'How can I get DNS to work for this app?' should be easy enough to get them started.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 19:18:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/integrations-amp-authorization-with-a-proxy/m-p/4553882#M6</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2022-02-16T19:18:30Z</dc:date>
    </item>
  </channel>
</rss>

