Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 485 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 485 Bytes

fproxy

a http [reverse] proxy base on aliyun serverless function compute

基于阿里云云函数的正向/反向转发工具, 支持webshell转发, http请求等

deploy

新建 python自定义函数, http触发器

usage

在url中添加 url=[targeturl] 或者在添加头X_FC_URL: [targeturl]

其余的header, request_method, body都会原样转发

例如: deployedurl/fproxy/?url=http://baidu.com

or

header:
GET /baseurl/fproxy/
...
X_FC_URL: http://baidu.com