Jakub Kotek
07/09/2024, 11:18 AMCompatibility with <http://GoodData.CN|GoodData.CN>
https://sdk.gooddata.com/gooddata-ui/docs/supported_versions.html#compatibility-with-gooddatacn. What version should I use for CN 3.7?Jakub Kotek
07/09/2024, 11:20 AM...has been blocked by CORS policy: Request header field pragma is not allowed by Access-Control-Allow-Headers in preflight response.
Julius Kos
07/09/2024, 1:54 PMJakub Kotek
07/09/2024, 7:59 PMAccess-Control-Allow-Origin
but with Access-Control-Allow-Headers
. Can I also configure headers from settings?Jakub Kotek
07/09/2024, 8:08 PMJakub Kotek
07/09/2024, 8:11 PMapi/v1/profile
• preflight (OPTIONS) works
• It return this allowed headers.Jakub Kotek
07/09/2024, 8:12 PMapi/v1/profile
and there is also pragma
header. Which cause the cors error because pragma
is not listed in allowed headers.Jakub Kotek
07/09/2024, 8:13 PMMartin Macok
07/10/2024, 7:15 AMPragma
header to the Access-Control-Allow-Headers:
list in our CN codebase - there should be no downside to that (since Cache-Control is already allowed) but it would increase the compatibility with various HTTP agents. Thanks!Jakub Kotek
07/10/2024, 7:19 AMJakub Kotek
07/10/2024, 7:20 AMMartin Macok
07/10/2024, 7:31 AMJakub Kotek
07/24/2024, 6:35 AM