Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 038a25f

Browse files
authored
Update README.md
Made changes for https
1 parent dd865c1 commit 038a25f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ Webhooks requires your enpoint to be exposed over the internet. The easiest way
6262
1. Download and install ngrok
6363
2. Expose your localhost by running "./ngrok http 8080" on the command line.
6464
3. You will then get a forwarding url that looks something like this:
65-
Forwarding http://cb063e9f.ngrok.io -> localhost:8080
66-
67-
This will expose localhost:8080 to the Internet. Your endpoint url will now be http://cb063e9f.ngrok.io/webhooks
65+
Forwarding https://cb063e9f.ngrok.io -> localhost:8080
66+
(Remember to use only https url and not the http url for webhooks)
67+
This will expose localhost:8080 to the Internet. Your endpoint url will now be https://cb063e9f.ngrok.io/webhooks
6868
Copy this url and use it for setting up webhooks on developer.intuit.com for your app.
6969

7070
## Project Structure

0 commit comments

Comments
 (0)