Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to target localhost with basic authentication #39

Open
airblade opened this issue Oct 28, 2022 · 0 comments
Open

Unable to target localhost with basic authentication #39

airblade opened this issue Oct 28, 2022 · 0 comments

Comments

@airblade
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant