Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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