sendgrid / eventkit-rails

An open source project for integrating with SendGrid's Event Webhook.
Open Software License 3.0
53 stars 73 forks source link

The URL could not be found (401) #3

Closed Enalmada closed 9 years ago

Enalmada commented 9 years ago

I followed the setup steps after "deploy to Heroku" button. It told me to put this url into the configured Event notification app: http://postuser:test123@favado-eventkit.herokuapp.com/

When doing "Test Your Integration" in SendGrid, I get: "The URL could not be found (401)"

The instructions were pretty simple. Any idea what I could be going wrong?

scottkawai commented 9 years ago

Yeah, there is currently an issue with that "Test Your Integration" throwing a 401 error (the problem arises with HTTP Basic Auth) - but the actual POSTs that come through the Event Webhook go through fine.

Enalmada commented 9 years ago

Ah ok. I will continue configuring then (and hopefully anyone searching for the same error will find the same advice). Thanks!