OMDb-API
OMDb-API copied to clipboard
Demo API request and activation link in key verification email should use `https:`
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.