Click the Start a free trial link to start a 15-day SaaS trial of our product and join our community as a trial user. If you are an existing customer do not start a free trial.
AppDynamics customers and established members should click the sign in button to authenticate.
on 06-21-2017 09:33 AM - edited on 10-12-2018 02:14 PM by Nina.Wolinsky
Users trying to view a breakdown of the API timing for each resource within a browser snapshot may see the following error and be unable to view information on cross-origin resource domains:
Cross Origin Resource
The solution for this issue is to allow timing information to be collected from your CDN or other domain. Add the Timing-Allow-Origin header to all requests served by the CDN in your app code.
The value of the header can either be *
(allow timing from requests from any domain) or a list of domains within quotations with spaces separating each one.
Example:
"Timing-Allow-Origin" "*" "Timing-Allow-Origin" "http://foo.com http://bar.com"
After the header has been added to the app code, users should be able to see the breakdown of the timing information within a browser snapshot.
Example:
Cross domain Resource Breakdown Timing Info
If the problem persists, capture a HAR file and verify if the header is seen in the response. If not, the header may be stripped off by a proxy or other hardware.
Example:
Header set for Adrum.js resource
Timing-Allow-Origin
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form