Forum Moderators: phranque
[edited by: not2easy at 4:57 am (utc) on Jan 22, 2023]
[edit reason] de-linked for readability [/edit]
but
has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Changed
Header set Access-Control-Allow-Origin "https://other-example.com/"
to
Header set Access-Control-Allow-Origin "other-example.com"
and now it works.
Header set Access-Control-Allow-Origin "https://other-example.com" A serialized origin has no trailing slash.
[edited by: not2easy at 1:34 pm (utc) on Jan 29, 2023]
[edit reason] readability [/edit]