Gimenz / insta-fetcher

simple instagram metadata scraping
https://www.npmjs.com/package/insta-fetcher
GNU General Public License v3.0
78 stars 36 forks source link

CORS Error #1

Closed mortensassi closed 2 years ago

mortensassi commented 3 years ago

Getting a CORS error when trying your example. Seems like Insta blocked this

Gimenz commented 3 years ago

Yep, my best solution is using sessionid Wanna to contribute to fix it?

mortensassi commented 3 years ago

Sorry i don't know how to fix this

Sennar4 commented 3 years ago

@mortensassi It is not that hard actually. For me it worked when using it on my feather.js server instead of my client. Gruß nach Düsseldorf

mortensassi commented 3 years ago

@Sennar4 thanks for your reply. But wouldn't Instagram block your servers IP with time? That was my main problem with php scraping. What did you actually write for your server? Are you using this plugin and output the data in your API? Cheers und grüße zurück!