You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To recreate: Configure Rally for your installation of BVD. Create a Product and enable the Rally chart for that product. Enter a valid release name. View the Rally chart page in Google Chrome and open the Developer Tools Console to view the error message.
As it stands: Rally's App SDK is currently loaded as Rally's documentation suggests--including a script tag which links to sdk.js with a LoginKey.
Something else that doesn't work: Attempting to load sdk.js with jQuery's $.ajax(). It's true that jQuery implements CORS, but this requires Rally's servers to respond to the OPTIONS request with an Access-Control-Allow-Origin header that allows the current domain to share resources. Rally's servers do not do this as far as I can tell.
Possible fix to explore: Loading the App SDK in some context that isn't protected, maybe an iframe or server-side.
The text was updated successfully, but these errors were encountered:
To recreate: Configure Rally for your installation of BVD. Create a Product and enable the Rally chart for that product. Enter a valid release name. View the Rally chart page in Google Chrome and open the Developer Tools Console to view the error message.
As it stands: Rally's App SDK is currently loaded as Rally's documentation suggests--including a script tag which links to sdk.js with a LoginKey.
Something else that doesn't work: Attempting to load sdk.js with jQuery's $.ajax(). It's true that jQuery implements CORS, but this requires Rally's servers to respond to the OPTIONS request with an Access-Control-Allow-Origin header that allows the current domain to share resources. Rally's servers do not do this as far as I can tell.
Possible fix to explore: Loading the App SDK in some context that isn't protected, maybe an iframe or server-side.
The text was updated successfully, but these errors were encountered: