---
title: "Add proxy to any http endpoint"
method: POST
path: "/proxy"
tags: ["Feature"]
---

# Add proxy to any http endpoint

`POST /proxy`

Configure proxy route to another endpoint
Supports all REST operations

## Request body

- HandlerProxyRequest
  - `method` string
  - `path` string
  - `proxy` HandlerProxy
    - `method` string
    - `url` string

## Response `200`

OK

- object

---

[API](https://skmtc.net/thecasualcoder/apis/swagger.md) · [All operations](https://skmtc.net/thecasualcoder/apis/swagger/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thecasualcoder/swagger/revisions/e5ddd8ead4d5/schema)
