Skip to content

Fix endpoint redirects for /trackservice (engine-api#25)

Chris Pastl requested to merge endpoint-redirect-25 into main

As discussed in engine-api#25 (closed), added a regex to both trackservice redirects to ignore the trailing slash and not to send code 301. Also thought about a generic approach but decided to keep both redirects for security and readability resons. See engine-api#25 (closed) for details.

Merge request reports