gottfrois / link_thumbnailer

Ruby gem that fetches images and metadata from a given URL. Much like popular social website with link preview.
MIT License
512 stars 106 forks source link

403 "Forbidden" (LinkThumbnailer::HTTPError) #145

Closed mitesh-kumar closed 3 years ago

mitesh-kumar commented 3 years ago

I am getting error with Https://app.asana.com/0/11996253 69654937/list as 403 "Forbidden" (LinkThumbnailer::HTTPError). Can anyone resolved this or I am missing something . I am using ruby 2.6.1.

gottfrois commented 3 years ago

403 means this page is protected behind user credentials. You'll need to provide credentials, most likely with an HTTP Authorization header.