Skip to content

Commit dc65992

Browse files
authored
Addressed warnings
1 parent 143dc44 commit dc65992

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

commerce-add-ons/payment-providers/mollie/how-to-guides/testing-mollie-webhooks-locally.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ A local tunnel is a port-forwarding technique that exposes a local API service (
1717
2. Use the generated public URL in Mollie’s webhook settings.
1818
3. Receive webhook events directly on your local development machine.
1919

20-
With a local tunnel, you can easily test and debug Mollie webhooks without deploying your application to a live environment. Here are two popular tools to create a secure public URL for testing Mollie webhooks:
20+
With a local tunnel, you can test and debug Mollie webhooks without deploying your application to a live environment. Here are two popular tools to create a secure public URL for testing Mollie webhooks:
2121

22-
1. [Ngrok](https://ngrok.com/?utm_source=docs.umbraco.com) is a widely used tool that creates a secure tunnel from your local machine to a public URL. It supports advanced configurations and works well with various webhook-based systems.
23-
2. [Beeceptor’s Local Tunnel](https://beeceptor.com/local-tunnel/?utm_source=docs.umbraco.com) is an easy-to-use tool that allows you to expose your local server to the internet securely. Supports HTTPs, mock rules and comes with request history.
22+
1. [Ngrok](https://ngrok.com/?utm_source=docs.umbraco.com) is a widely used tool that creates a secure tunnel from your local machine to a public URL. It supports advanced configurations and works well with webhook-based systems.
23+
2. [Beeceptor’s Local Tunnel](https://beeceptor.com/local-tunnel/?utm_source=docs.umbraco.com) gives a public HTTP mock server that allows you to expose your local server to the internet securely. Supports HTTPs, mock rules and comes with request history.
2424

2525
The following guide will use [ngrok](https://ngrok.com/?utm_source=docs.umbraco.com) to create temporary tunnels through your network.
2626

0 commit comments

Comments
 (0)