hookdeck-cli icon indicating copy to clipboard operation
hookdeck-cli copied to clipboard

Unable to target localhost with basic authentication

Open airblade opened this issue 3 years ago • 0 comments

I have a Rails app running locally. It uses Action Mailbox which receives webhooks from mail systems such as Postmark. Action Mailbox requires incoming webhooks to use a URL with basic authentication like this:

https://actionmailbox:[email protected]/rails/action_mailbox/postmark/inbound_emails

When running locally, the URL needs to be:

http://actionmailbox:[email protected]:3000/rails/action_mailbox/postmark/inbound_emails

As far as I can tell the Hookdeck CLI does not support this. Please could you add it?

airblade avatar Oct 28 '22 13:10 airblade