Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 675 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 675 Bytes

Azure Function Proxy

Simple serverless implementation of a web proxy for Azure Functions. 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

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details