Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita54823a

Browse files
ngrok public URLs use ngrok.io domain
Although the ngrok site is hosted athttps://ngrok.com/ the public socket URLs it creates are of the format: `*.ngrok.io` rather than `*.ngrok.com`
1 parent5382b60 commita54823a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎content/webhooks/configuring/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ When you're done with that, you can expose your localhost by running `./ngrok ht
2929
on the command line. You should see a line that looks something like this:
3030

3131
#!bash
32-
Forwarding http://7e9ea9dc.ngrok.com -> 127.0.0.1:4567
32+
Forwarding http://7e9ea9dc.ngrok.io -> 127.0.0.1:4567
3333

34-
Copy that funky`*.ngrok.com` URL! We're now going to go*back* to the Payload
35-
URL and pasting this server into that field. It should look something like`http://7e9ea9dc.ngrok.com/payload`.
34+
Copy that funky`*.ngrok.io` URL! We're now going to go*back* to the Payload
35+
URL and pasting this server into that field. It should look something like`http://7e9ea9dc.ngrok.io/payload`.
3636

3737
By doing this, we've set ourselves up to expose our localhost at path`/payload`
3838
to the Internet.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp