@@ -45,7 +45,7 @@ Response: Returns backend response to client
4545
4646``` csv
4747subdomain,proxy_to,strip_path,strip_query
48- eth,backend.example.com/api,false,false
48+ eth,https:// backend.example.com/api,false,false
4949```
5050
5151### Fields
@@ -57,12 +57,12 @@ eth,backend.example.com/api,false,false
5757
5858### Examples
5959
60- | Configuration | Incoming Request | Proxied Request |
61- | ----------------------------------------------| -------------------------------------------------| ------------------------------------------------|
62- | ` eth,backend.example.com/v1/abc,true,true ` | ` https://eth.test-api.pocket.network/foo?bar=1 ` | ` https://backend.example.com/v1/abc ` |
63- | ` eth,backend.example.com/v1/abc,false,true ` | ` https://eth.test-api.pocket.network/foo?bar=1 ` | ` https://backend.example.com/v1/abc/foo ` |
64- | ` eth,backend.example.com/v1/abc,false,false ` | ` https://eth.test-api.pocket.network/foo?bar=1 ` | ` https://backend.example.com/v1/abc/foo?bar=1 ` |
65- | ` eth,backend.example.com/v1/abc,true,false ` | ` https://eth.test-api.pocket.network/foo?bar=1 ` | ` https://backend.example.com/v1/abc?bar=1 ` |
60+ | Configuration | Incoming Request | Proxied Request |
61+ | ------------------------------------------------------ | -------------------------------------------------| ------------------------------------------------|
62+ | ` eth,https:// backend.example.com/v1/abc,true,true ` | ` https://eth.test-api.pocket.network/foo?bar=1 ` | ` https://backend.example.com/v1/abc ` |
63+ | ` eth,https:// backend.example.com/v1/abc,false,true ` | ` https://eth.test-api.pocket.network/foo?bar=1 ` | ` https://backend.example.com/v1/abc/foo ` |
64+ | ` eth,https:// backend.example.com/v1/abc,false,false ` | ` https://eth.test-api.pocket.network/foo?bar=1 ` | ` https://backend.example.com/v1/abc/foo?bar=1 ` |
65+ | ` eth,https:// backend.example.com/v1/abc,true,false ` | ` https://eth.test-api.pocket.network/foo?bar=1 ` | ` https://backend.example.com/v1/abc?bar=1 ` |
6666
6767### Header Forwarding
6868
0 commit comments