allOrigins
allOrigins copied to clipboard
:alien: Pull content from any page as JSON via API
Bumps [got](https://github.com/sindresorhus/got) from 11.8.2 to 11.8.5. Release notes Sourced from got's releases. v11.8.5 Backport https://github.com/sindresorhus/got/commit/861ccd9ac2237df762a9e2beed7edd88c60782dc https://github.com/sindresorhus/got/compare/v11.8.4...v11.8.5 v11.8.3 Bump cacheable-request dependency (#1921) 9463bb6 Fix HTTPError missing .code property (#1739) 0e167b8 https://github.com/sindresorhus/got/compare/v11.8.2...v11.8.3...
Caching
Can a response ever be cached? I'm noticing it always downloads the resource I request even if it hasn't changed.
Is there any option to post data to the remote page to be fetched? So: requestMethod = 'POST' along with some payload to be send via POST.
I can understand, if there is a funding issue like mentioned in previous issues. I created this issue to inform that that the service is down again. Hope that someday...
Web scrapping proyect. Sometimes search, for example, [https://www.amazon.com/s?k=nike](https://www.amazon.com/s?k=nike) return empty, like im getting blocked. In a few hours works again
``` # curl -L https://api.allorigins.win/raw\?url=https://assetdelivery.roblox.com/v1/asset/\?id=74878559 | file - /dev/stdin: gzip compressed data, max speed, from FAT filesystem (MS-DOS, OS/2, NT) # curl -L https://assetdelivery.roblox.com/v1/asset/\?id=74878559 | file - /dev/stdin: ASCII text,...
Hi, I use this in web video player (shaka player) `http://api.allorigins.win/raw?url=https://shls-mbc3-prod-dub.shahid.net/out/v1/d5bbe570e1514d3d9a142657d33d85e6/index.m3u8` this output `http://api.allorigins.win/index_5.m3u8` I want get this `https://shls-mbc3-prod-dub.shahid.net/out/v1/d5bbe570e1514d3d9a142657d33d85e6/index_5.m3u8` or `http://api.allorigins.win/raw?url=https://shls-mbc3-prod-dub.shahid.net/out/v1/d5bbe570e1514d3d9a142657d33d85e6/index_5.m3u8`
Some sites do a check for javascript enabling or not for example if we attempt to pull form a site it does this Hum! It seems JavaScript is disabled You...
allOrigins is very useful and the only cors bypass that actually works (from the many I tried finding) but now it has a cors issue. `Access-Control-Allow-Headers` isn't accepting any headers...
Access to XMLHttpRequest at 'https://api.allorigins.win/get?url=http%3A//google.com/' from origin 'https://allorigins.win' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.