Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

endoc-286-rtc-weekly-0430-changes #1568

Merged
merged 13 commits into from
Jul 10, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -180,14 +180,13 @@ To do this, take the following steps:
```bash
ngrok http 127.0.0.1:8080
```

You see a **Forwarding** URL and a **Web Interface** URL in the console. Open the web interface URL in your browser.

1. **Test the server**

Open a web browser and navigate to the public URL provided by `ngrok` to see the root handler response.

Use a curl or [Postman](https://www.postman.com/) to send a `POST` request to `https://<ngrok_url>/ncsNotify` with the required `JSON` payload.
Use curl, [Postman](https://www.postman.com/), or another tool to send a `POST` request to `https://<ngrok_url>/ncsNotify` with the required `JSON` payload.

Example using `curl`:

Expand All @@ -206,7 +205,7 @@ To do this, take the following steps:
}
}'
```

Make sure you replace `ngrok_url` with the forwarding url.

Once the HTTP request is successful, you see the following `JSON` payload in your browser:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ To add signature verification to your server, take the following steps:

1. To test the server, follow the steps given in the [Enable notifications](#enable-notifications) section.

1. Once you receive an event from the console, and if the signature matches, the event details are displayed in your browser.
1. When you receive an event from the console, and if the signature matches, the event details are displayed in your browser.

This file was deleted.

Loading
Loading