---
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

## Changes

- **2021-03-15** `a07bb840dda6` — 1 info
  - endpoint added
- **2020-10-16** `7db0e6057302` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/thecasualcoder/apis/swagger/changes/proxy/post.md)

---

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