File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,9 +62,9 @@ Webhooks requires your enpoint to be exposed over the internet. The easiest way
62
62
1 . Download and install ngrok
63
63
2 . Expose your localhost by running "./ngrok http 8080" on the command line.
64
64
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
68
68
Copy this url and use it for setting up webhooks on developer.intuit.com for your app.
69
69
70
70
## Project Structure
You can’t perform that action at this time.
0 commit comments