Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lioneljouin/azure-function-proxy
Simple serverless implementation of a web proxy for Azure Functions
https://github.com/lioneljouin/azure-function-proxy
azure azure-functions c-sharp microsoft proxy proxy-web serverless
Last synced: 10 days ago
JSON representation
Simple serverless implementation of a web proxy for Azure Functions
- Host: GitHub
- URL: https://github.com/lioneljouin/azure-function-proxy
- Owner: LionelJouin
- License: mit
- Created: 2018-09-08T00:14:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-13T15:58:04.000Z (about 6 years ago)
- Last Synced: 2024-10-10T14:30:17.520Z (about 1 month ago)
- Topics: azure, azure-functions, c-sharp, microsoft, proxy, proxy-web, serverless
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure Function Proxy
Simple serverless implementation of a web proxy for [Azure Functions](https://jlik.me/6a). This function provides you an intermediary to access websites.
## Usage
To use this azure function, you only have to pass an url as parameter. The function will return you the page.
```
http://.../WebProxy?url=[url]
```## Authors
* **Lionel Jouin** - [LionelJouin](https://github.com/LionelJouin)
See also the list of [contributors](https://github.com/LionelJouin/Azure-Function-Proxy/graphs/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details