Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Enable Timing-Allow-Origin response header

Avatar

Level 1

11/14/22

Description - please enable the https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Timing-Allow-Origin header on responses from your servers (especially the tracking server for Analytics)

 

Why is this feature important to you - By adding `Timing-Allow-Origin: *` we will be able monitor responses status/timings from our customers browsers to your servers, which will help us to detect network connectivity issues at scale (e.g. in cases of geographic or ISP issues).

 

How would you like the feature to work - By adding `Timing-Allow-Origin: *` to all server responses (especially the tracking server for Analytics)

 

Current Behaviour - No `Timing-Allow-Origin` response header is sent therefore it is impossible to determine whether there are any network connectivity issues at scale.