The title of the title is missing from the cross-search request on S3 in Chrome.

I am trying to load an object (font) from an s3 bucket. Fonts in Firefox and IE must have Access-Control-Allow-Origin header headers returned in response. Unfortunately, it looks like Chrome is not sending the "Origin" request header. Because it does not send an Origin request header, CORS S3 does not return the required Access-Control-Allow-Origin header.

Here is an example of a request taken from the Chrome Inspector panel:

Why is there no โ€œOriginโ€ heading in Requset headers ?!

enter image description here

The page specifying this font request is located at https://proximate.com and is hosted on Heroku.

+6
source share

Source: https://habr.com/ru/post/946029/


All Articles