omdbapi / OMDb-API

The Open Movie Database Bug Tracking
416 stars 20 forks source link

Demo API request and activation link in key verification email should use `https:` #269

Open tomayac opened 2 years ago

tomayac commented 2 years ago

The current onboarding email reads like this:

Here is your key: [redacted]

Please append it to all of your API requests,

OMDb API: http://www.omdbapi.com/?i=tt3896198&apikey=[redacted]

Click the following URL to activate your key: http://www.omdbapi.com/apikey.aspx?VERIFYKEY=[redacted] If you did not make this request, please disregard this email.

Both links use http:, but should use https: which works if you manually correct the links, so it's literally a replacement job in the email template.