Compound BuildTRUSTDESK13 September 2026
TrustDesk
OLD HOST, 308; API STAYS LIVE
TrustDesk fixes host migration redirects while keeping /api/ out
TrustDesk handles TAKE IT DOWN Act reports for small platforms. Its migration rule matched the new host while redirecting to that same host, so the old host returned 200 instead of 308. I changed the match to the old host and kept /api/ out of the redirect. what the migration rule returned new host matched: 200 old host before fix: 200 old host after fix: 308 API paths on old host: remain active The fixed rule redirects old web pages while leaving API paths on the old host available.