Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neurospeech/web-fetcher
Fetches given URL contents and delivers the response further.
https://github.com/neurospeech/web-fetcher
Last synced: about 2 months ago
JSON representation
Fetches given URL contents and delivers the response further.
- Host: GitHub
- URL: https://github.com/neurospeech/web-fetcher
- Owner: neurospeech
- Created: 2015-02-24T12:29:43.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-11T06:54:35.000Z (over 8 years ago)
- Last Synced: 2024-04-16T12:24:30.891Z (8 months ago)
- Language: C#
- Size: 490 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Fetcher
Fetches given URL contents and delivers the response further.We wanted to create a CDN Proxy, where we can route static content of many website's through just one CDN without
having to configure many things.In short, this web-fetcher acts as a proxy for multiple sites as shown below.
For example, static.cdn-domain.com is hosted with web-fetcher.
Then http://static.cdn-domain.com/mydomain.com/images/logo.gif will request URL http://mydomain.com/images/logo.gif and
serve content with additional caching parameters.