summaryrefslogtreecommitdiff
path: root/internal/server/api_test.go
AgeCommit message (Collapse)Author
2024-05-24API + Client: Fix linting errorsjwijenbergh
2023-12-08API: Only check if scheme is httpsjwijenbergh
2023-02-16Format: Run gofumptjwijenbergh
2023-02-16Server: Validate endpointsjwijenbergh
This commit validates the server endpoints by checking the Host and scheme of each URL to check if they match eachother. This is to prevent further mixup attacks