allOrigins icon indicating copy to clipboard operation
allOrigins copied to clipboard

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

Results 40 allOrigins issues
Sort by recently updated
recently updated
newest added

Adjust to support CloudFlare Workers: https://blog.cloudflare.com/node-js-support-cloudflare-workers/

enhancement

Is it possible to get a session or cookie of the site and pass that through as part of a POST request?

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...

Hi, I am using the Allorigin project on my server but I don't know how to enable raw Like : **https://api.allorigins.win/raw?url=https://example.org/** Cannot find raw folder path within files How can...

update documentation

The `/raw` mode should return 404 on RequestError `ENOTFOUND` Related: https://github.com/gnuns/allOrigins/issues/69 ![image](https://user-images.githubusercontent.com/981105/110684040-6cd99b80-81bb-11eb-8e4b-04a20c219d91.png)

Hello, Is there an option to pass my cookie when sending a request?

enhancement

I have to provide a special header in order to fetch. I am trying the following: ```javascript let response = await fetch( `https://api.allorigins.win/get?url=${encodeURIComponent('https://platform.tier-services.io/v1/vehicle?zoneId=BERLIN')}`, { headers: { "X-Api-Key": "MY_KEY" } });...

enhancement

Is it possible to add an option to not follow redirects? Here is a possible use case: The url `freemusic.com/great_song/download` redirects to `files.freemusic.com/other_things/great_song.mp3`. I just want to get the file...

enhancement

On accessing this wrong url through javascript async-await, `https://api.allorigins.win/raw?url=${encodeURIComponent('https://en.wikipedia.ori/wik/JSONP')}` the response status is: ![image](https://user-images.githubusercontent.com/50379093/109011578-10647f80-76d7-11eb-9786-ce7b59419c17.png) instead of 404 or similar. The correct url is: https://api.allorigins.win/raw?url=https://en.wikipedia.org/wiki/JSONP

bug