<?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: Webex bot connection with websocket in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/webex-bot-connection-with-websocket/m-p/5087715#M3010</link>
    <description>&lt;P&gt;Is there any alternative for ngrok which is approved by cisco security for webhooks.This is a blocker for me.&lt;/P&gt;</description>
    <pubDate>Thu, 02 May 2024 13:48:16 GMT</pubDate>
    <dc:creator>shrwnaik</dc:creator>
    <dc:date>2024-05-02T13:48:16Z</dc:date>
    <item>
      <title>Webex bot connection with websocket</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-bot-connection-with-websocket/m-p/5087270#M3002</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have been connecting with webex bot using webhook and ngrok,but I got a mail stating that you cannot use ngrok since it is a matter of security threat.Is there any alternative for this?&lt;/P&gt;
&lt;P&gt;Also I tried with websocket as well but I was getting connection timeout error after inactivity.&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 07:58:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-bot-connection-with-websocket/m-p/5087270#M3002</guid>
      <dc:creator>shrwnaik</dc:creator>
      <dc:date>2024-05-02T07:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Webex bot connection with websocket</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-bot-connection-with-websocket/m-p/5087552#M3008</link>
      <description>&lt;P&gt;ngrok is blocked by Cisco Security, so any employees within Cisco aren't usually able to use that. It's blocked throughout the Cisco Network.&lt;BR /&gt;&lt;BR /&gt;If you use your personal PC or a machine outside the Cisco Network, it should still work.&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 11:43:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-bot-connection-with-websocket/m-p/5087552#M3008</guid>
      <dc:creator>Raffaele Lagana</dc:creator>
      <dc:date>2024-05-02T11:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Webex bot connection with websocket</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-bot-connection-with-websocket/m-p/5087715#M3010</link>
      <description>&lt;P&gt;Is there any alternative for ngrok which is approved by cisco security for webhooks.This is a blocker for me.&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 13:48:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-bot-connection-with-websocket/m-p/5087715#M3010</guid>
      <dc:creator>shrwnaik</dc:creator>
      <dc:date>2024-05-02T13:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Webex bot connection with websocket</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-bot-connection-with-websocket/m-p/5087747#M3011</link>
      <description>&lt;P&gt;Not aware of one, other than setting up your own server.&lt;BR /&gt;&lt;BR /&gt;We used to use ngrok in Dev Support to test stuff too, but had to move away from that due to the same security complaints. It's blocked throughout Cisco, nothing we can do about it.&lt;/P&gt;
&lt;P&gt;You probably will need to look into creating your own server unfortunately, or use an external machine if that's an option (so that you can continue using ngrok).&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2024 14:12:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-bot-connection-with-websocket/m-p/5087747#M3011</guid>
      <dc:creator>Raffaele Lagana</dc:creator>
      <dc:date>2024-05-02T14:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Webex bot connection with websocket</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-bot-connection-with-websocket/m-p/5091362#M3024</link>
      <description>&lt;P&gt;Security restrictions around reverse-proxy/tunnel apps like NGrok/Localtunnel make some sense, as they essentially poke a hole in the enterprise's firewall that isn't monitored/controlled by the IT team.&lt;BR /&gt;Some alternatives:&lt;BR /&gt;* Use the Webex SDK and websocket - this is probably the primary go-to advice...if it's not working for you, I would recommend pushing for solutions to those problems.&lt;BR /&gt;* Temporarily use a mobile phone wifi hotspot from your PC when doing webhook R&amp;amp;D&lt;BR /&gt;* Use a third party external VPN (e.g. NordVPN) - this also is probably frowned upon by enterprise IT folks&lt;BR /&gt;* Use a cloud-based VM/container, e.g. in AWS/GCP&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2024 17:11:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-bot-connection-with-websocket/m-p/5091362#M3024</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2024-05-06T17:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Webex bot connection with websocket</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-bot-connection-with-websocket/m-p/5092066#M3026</link>
      <description>&lt;P&gt;I am building a solution which checks if the bot is been added to group space. Webex Teams uses webhooks to notify your application of events like a bot being added to a space. Is there any way it can be achieved using websocket?&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 05:58:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-bot-connection-with-websocket/m-p/5092066#M3026</guid>
      <dc:creator>shrwnaik</dc:creator>
      <dc:date>2024-05-07T05:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Webex bot connection with websocket</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-bot-connection-with-websocket/m-p/5092238#M3027</link>
      <description>&lt;P&gt;Yes, you can use the JS SDK to do this. We have a blog about it, see&amp;nbsp;&lt;A href="https://developer.webex.com/blog/using-websockets-with-the-webex-javascript-sdk" target="_blank"&gt;Using Websockets with the Webex JavaScript SDK&lt;/A&gt;. And we also have a code sample, see the&amp;nbsp;&lt;A href="https://github.com/WebexSamples/hookbuster" target="_self"&gt;Hookbuster&lt;/A&gt;&amp;nbsp;sample.&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2024 08:57:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-bot-connection-with-websocket/m-p/5092238#M3027</guid>
      <dc:creator>Raffaele Lagana</dc:creator>
      <dc:date>2024-05-07T08:57:31Z</dc:date>
    </item>
  </channel>
</rss>

