fix: targeted trailing slashes for POST endpoints (hotfix) #74

Merged
cal merged 1 commits from fix/trailing-slash-307-redirect into main 2026-03-09 22:52:30 +00:00

1 Commits

Author SHA1 Message Date
Cal Corum
f6a25aa16d fix: use targeted trailing slashes instead of universal (hotfix)
All checks were successful
Build Docker Image / build (pull_request) Successful in 1m7s
Reverts universal trailing slash in _build_url which broke custom_commands
endpoints (401 on /execute/). Instead, add trailing slashes only to the
two batch POST endpoints (plays/, decisions/) that need them to avoid
307 redirects dropping request bodies.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 17:50:58 -05:00