gnuns / allOrigins

:alien: Pull content from any page as JSON via API

Home Page:https://allorigins.win/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Site Pull Issue - JS file

computeronix opened this issue · comments

When using the proxy on this link: https://api.allorigins.win/get?url=${encodeURIComponent('https://coinhunt.cc/static/js/main.1ba9e234.chunk.js') using fetch it pulls back the main site sources where this link is located at (coinhunt.cc but not the actual js).

On your allorigins.win site, when I put in this link: https://coinhunt.cc/static/js/main.1ba9e234.chunk.js

Your textbox pulls the information. For some reason when this is pulled externally using fetch or jQuery the proxy will only resolve the main https://coinhunt.cc site but not anything further (except on your site where it works)