Api
Proxy a request to a url
Proxy a request to a url
Header Parameters
x-api-keystring
Length
1 <= lengthProxy a request to a url
urlstring
Format
uriLength
1 <= lengthmethodstring
Value in
"GET" | "POST" | "PUT" | "DELETE" | "PATCH"headers?object | null
Empty Object
body?unknown
followRedirects?boolean
Default
truemaxRedirects?number
Default
5Range
0 <= value <= 10secretsarray<object>
Response Body
curl -X POST "https://loading/proxy" \ -H "x-api-key: string" \ -H "Content-Type: application/json" \ -d '{ "url": "http://example.com", "method": "GET", "secrets": [ { "ref": "string", "location": "header" } ] }'null{
"message": "string"
}{
"message": "string"
}{
"message": "string"
}{
"message": "string"
}{
"message": "string"
}{
"message": "string",
"retryAfter": 0
}{
"message": "string"
}{
"message": "string"
}