# Playground
**Source:** https://de.divanshu.doctunes.io/playground
**Language:** German

---

Interaktiver Edge Middleware Simulator

# Multi-Proxy & Routing Playground

Testen und simulieren Sie, wie die Next.js Edge Middleware Sprachpfade auswertet und Anfragen umschreibt an sub-proxy.multilipi.com.

### Testanfrage-Konfiguration

Anfrage-Pfadname & Abfrage

X-Original-Host-Wert

Schnelltest-Voreinstellungen:

### Exportierbarer cURL-Befehl

```
curl -X GET "https://sub-proxy.Multilipi.com/es-es/pricing?coupon=DEV2026" \
  -H "Host: sub-proxy.Multilipi.com" \
  -H "X-Translation-Mode: sub-directory" \
  -H "X-Original-Host: divanshu.doctunes.io"
```

### Edge Middleware-Auswertung

Regex abgeglichen — Umschreiben auf Sub-Proxy

Erkannter Locale-Präfix in "/es-es/pricing". Header injiziert & URL umgeschrieben.

Umschreibungsziel-URL: 

https://sub-proxy.multilipi.com/es-es/pricing?coupon=DEV2026

Übertragene Anfrage-Header: 

X-Translation-Mode: sub-directory

X-Original-Host: divanshu.doctunes.io

Next-Action: NextResponse.rewrite()