February 2023 Summaries
3 posts from Ngrok
Filter
Month:
Year:
Post Summaries
Back to Blog
ngrok actively combats phishing attacks by blocking unauthenticated users from serving HTML content via HTTP tunnels and displaying a warning screen to users hosting sensitive information. The platform also performs fuzzy matching on HTML content for free accounts and bans accounts suspected of hosting phishing pages. Paid ngrok accounts have fewer restrictions. The company has implemented various security measures, including custom domain configuration, IP restrictions, and access control lists, to protect its customers from malicious use. Ngrok is designed to be a secure solution for developers to quickly and securely expose their web applications online, and it does not pose a significant threat to the security of organizations when used correctly.
Feb 28, 2023
612 words in the original blog post.
The upcoming release of ngrok Global Network domains will provide faster speeds and a smoother experience for users accessing applications through the platform, with traffic automatically routing to the nearest available region on the network. The new domains include `ngrok.dev`, `ngrok.app` for paid users, and free alternatives like `ngrok-free.dev` and `ngrok-free.app`. Existing users will still have access to the current "ngrok.io" domain until it is migrated over to serving traffic through the Global Network at a later date.
Feb 20, 2023
200 words in the original blog post.
Exploring Zoom Apps revealed a surprising level of access and interactivity, enabling users to manipulate data in real-time and trigger various actions such as updating profiles and changing call statuses during Zoom meetings. Unlike typical app marketplaces, Zoom Apps offer extensive capabilities, which can be accessed through creating an app via the Zoom Developer Portal and implementing tools like ngrok for secure communication. This process involves setting up OAuth authentication, configuring API and event subscriptions, and ensuring secure data flow between Zoom and the app. The flexibility of the Zoom API allows developers to build customized applications, such as tracking participant engagement during meetings or integrating external APIs for creative purposes, all while maintaining security through webhook verification. The potential for creativity and control within Zoom Apps offers a playground for developers to experiment and innovate with their Zoom experience.
Feb 14, 2023
1,294 words in the original blog post.