Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rally App SDK Integration Fails in Chrome #3

Open
NateGraff opened this issue Sep 4, 2013 · 0 comments
Open

Rally App SDK Integration Fails in Chrome #3

NateGraff opened this issue Sep 4, 2013 · 0 comments

Comments

@NateGraff
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant