https://github.com/josunlp/corsify-proxy
A simple Proxy API that adds CORS Headers to Atom and RSS Feeds
https://github.com/josunlp/corsify-proxy
proxy rss
Last synced: about 1 year ago
JSON representation
A simple Proxy API that adds CORS Headers to Atom and RSS Feeds
- Host: GitHub
- URL: https://github.com/josunlp/corsify-proxy
- Owner: JosunLP
- License: mpl-2.0
- Created: 2021-07-31T07:46:43.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-23T22:54:43.000Z (over 4 years ago)
- Last Synced: 2025-03-20T10:11:50.867Z (about 1 year ago)
- Topics: proxy, rss
- Language: PHP
- Homepage: https://corsify.de
- Size: 6.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

# Corsify Proxy Server
[](https://github.com/JosunLP/Corsify-proxy/issues)
[](https://github.com/JosunLP/Corsify-proxy/network)
[](https://github.com/JosunLP/Corsify-proxy/stargazers)
[](https://github.com/JosunLP/Corsify-proxy/blob/main/LICENSE)
[](https://www.codefactor.io/repository/github/josunlp/corsify-proxy)
### A simple Proxy API that adds CORS Headers to Atom and RSS Feeds
This page will give you a ruff description, how to use the proxy API
First of all, this proxy is intended to be used only with endpoints that have permission from the owner. We are not responsible for actions against this premise. Further details can be found in our terms of use!
Here we have an basic example of how we talk to the API
``` https://domain/API.php?apiMode=feed&feedMode=rss&dataUrl=https://josunlp.de/feed ```
To talk with the proxy API we select the apiMode feed.
Then we set our feedMode to eather rss or atom depending on the feed you want to use.
Then, finally, you choose the feed you want to send through the proxy via the dataUrl propperty.