rename directory

This commit is contained in:
2026-06-26 10:17:27 +08:00
parent 66963e0b90
commit c5215fba22
40 changed files with 0 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# FFA_API_URL
- **URL:** https://api.sgx.com/ffa
- **Status:** 200
- **Classification:** ACCESSIBLE (auth-gated)
- **Content-Type:** application/json
- **Content-Length:** 33 bytes
- **Elapsed:** ~0.1 s
- **Probed at:** 2026-06-25
## Notes
This endpoint is authentication-gated. Direct calls return:
```json
{"message":"Missing Authentication Token"}
```
- **No observable public consumer:** The frontend CMS route `/derivatives/freight-forward-agreements` returns HTTP 404, so there is no current public page driving this API.
- **Tested sub-paths that also fail with "Missing Authentication Token":**
- `https://api.sgx.com/ffa`
- `https://api.sgx.com/ffa/v1.0`
- `https://api.sgx.com/ffa/metalist`
- **Likely requirement:** An API Gateway key or internal SGX `authorizationtoken` that is not exposed in the current public frontend bundle.
- **Practical status:** Not usable without additional authentication research. For freight/derivatives data, prefer the working `DERIVATIVES_API_URL` endpoints.
- Include `Origin: https://www.sgx.com` and `Referer: https://www.sgx.com/` on any replay attempts.