...
Proxy a GET request to
http://example.com/foo
:Code Block #> curl -X GET http://proxy.host/proxy/stream?target=http%3a%2f%2fexample.com/foo
Proxy a Post request with a JSON body to
http://example.com/bar
:Code Block #> curl -X POST -H "Content-Type: appliction/json" -d '{"my-data": "baz"}' http://proxy.host/proxy/stream?target=http%3a%2f%2fexample.com/bar
Reference
Environment variables
Name | Value |
---|---|
| Control if the proxy allows requests to URLs not configured in the Possible values: |
| Control the log verbosity. The default logging level is Possible values: |
Connection Routing
Please refer to the connection routing documentation.
Links: