-
Notifications
You must be signed in to change notification settings - Fork 172
Open
Description
I've installed the smee client and set up the smee channel. The following command works fine:
smee --url https://smee.io/my-channel-id --path /github/webhook --port 8000
It delivers all payloads to http://127.0.0.1:8000/github/webhook url properly. But if I use my local domain which I've setup with Valet, it doesn't work.
Here is my command:
smee --target http://myapp.test/github/webhook --url https://smee.io/my-channel-id
I also tried supplying port, but it doesn't work:
smee --target http://myapp.test:8000/github/webhook --url https://smee.io/my-channel-id
Am I missing anything here?
Metadata
Metadata
Assignees
Labels
No labels