You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation leads me to believe that I can get an https request by initializing new embedly({protocol: 'https'}). When examining the code, I was able to determine that I should instead do new embedly({secure: true}).
Thanks!
The text was updated successfully, but these errors were encountered:
The documentation leads me to believe that I can get an https request by initializing
new embedly({protocol: 'https'})
. When examining the code, I was able to determine that I should instead donew embedly({secure: true})
.Thanks!
The text was updated successfully, but these errors were encountered: