February 2022 Summaries
2 posts from Ngrok
Filter
Month:
Year:
Post Summaries
Back to Blog
Testing code can be time-consuming, especially when dealing with conditions like webhooks or specific API requests. Initially, developing a webhook listener for DocuSign was straightforward, but refining the code to extract various fields from JSON payloads proved to be labor-intensive due to lengthy test cycles. The introduction of ngrok's Request Inspector and Replay functionality significantly streamlined this process. The Request Inspector allows developers to view and validate all requests made through the ngrok tunnel, providing a detailed breakdown of requests and responses, which aids in confirming data accuracy without manually dissecting HTTP components. The Replay feature enhances testing efficiency by allowing requests to be sent back to the application either as-is or with modifications, facilitating quick iterations and debugging. This functionality is easily accessible to ngrok users, offering a practical solution for developers in optimizing their testing workflows.
Feb 22, 2022
445 words in the original blog post.
Ngrok is a versatile tool for tunneling various services, allowing users to establish secure connections to a wide array of applications and servers. The tool's capabilities extend across numerous domains, including web servers, databases, file servers, directory servers, development frameworks, application servers, email servers, and container management systems. Ngrok users can easily set up tunnels for common services such as HTTP servers, MySQL databases, Redis, LDAP, and even cloud-based APIs like Docker and Kubernetes, using simple command-line instructions. The extensive list of supported services and use cases reflects its adaptability, prompting the developers to solicit additional examples for inclusion. For those new to ngrok, the setup is straightforward, and signing up is free, making it accessible for users to start leveraging its tunneling functionalities quickly.
Feb 15, 2022
580 words in the original blog post.