From 857766627de29df4e1a7a5b1ee38ccd0eec13e6b Mon Sep 17 00:00:00 2001 From: travelcamnet <12829290+travelcamnet@users.noreply.github.com> Date: Mon, 29 Jun 2026 16:26:49 +0300 Subject: [PATCH] Correct Road511 CORS to No The Road511 API uses an allowlist of its own origins (not a wildcard), so cross-origin requests from arbitrary sites receive no Access-Control-Allow-Origin header. Updates the CORS column from Yes to No to reflect actual behavior. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1937560..777550ae 100644 --- a/README.md +++ b/README.md @@ -1862,7 +1862,7 @@ API | Description | Auth | HTTPS | CORS | | [OpenVan](https://openvan.camp/docs) | Fuel prices for 121 countries, food cost index & vanlife weather scores for RV travel | No | Yes | Yes | | [Railway Transport for France](https://www.digital.sncf.com/startup/api) | SNCF public API | `apiKey` | Yes | Unknown | | [REFUGE Restrooms](https://www.refugerestrooms.org/api/docs/#!/restrooms) | Provides safe restroom access for transgender, intersex and gender nonconforming individuals | No | Yes | Unknown | -| [Road511](https://road511.com/docs.html) | Unified traffic data from 65 US/CA jurisdictions: events, cameras, signs, bridges, truck routes | `apiKey` | Yes | Yes | +| [Road511](https://road511.com/docs.html) | Unified traffic data from 65 US/CA jurisdictions: events, cameras, signs, bridges, truck routes | `apiKey` | Yes | No | | [Sabre for Developers](https://developer.sabre.com/guides/travel-agency/quickstart/getting-started-in-travel) | Travel Search - Limited usage | `apiKey` | Yes | Unknown | | [Schiphol Airport](https://developer.schiphol.nl/) | Schiphol | `apiKey` | Yes | Unknown | | [Tankerkoenig](https://creativecommons.tankerkoenig.de/swagger/) | German realtime gas/diesel prices | `apiKey` | Yes | Yes |