> Dev-Mirror_API

NODE_LOCATION: Bangkok, Thailand (ICT)
UPTIME_POLICY: Business Hours / Manual On-Demand

[ About This Tool ]

A specialized debugging gateway designed for network inspection and request reflection.

- Request Reflection
Mirroring your POST body. Check if your JSON payload is correctly received.
- Network Insight
Instant reporting of Client Real IP, Geo-Location (ISP level), and HTTP Headers.

[ Usage / How to call ]

Use the following endpoint to diagnose your connection:

# GET Request (Browser/CLI)
curl -X GET https://api.suvarnabhumi.top/debug

# POST Request (Test Reflection)
curl -X POST https://api.suvarnabhumi.top/debug \
     -H "Content-Type: application/json" \
     -d '{"test": "hello_dev"}'