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

Permission Problems #6

Closed
pdoan017 opened this issue Jun 9, 2013 · 2 comments
Closed

Permission Problems #6

pdoan017 opened this issue Jun 9, 2013 · 2 comments

Comments

@pdoan017
Copy link
Collaborator

pdoan017 commented Jun 9, 2013

Is there something I have to do to get permission to grab the xml files for the parts?

@krutkay
Copy link
Collaborator

krutkay commented Jun 10, 2013

They should be free for anybody to grab.

If you post your code we'll (or I'll) help you debug it.

@mef51 mef51 closed this as completed Jul 30, 2013
@mef51
Copy link
Member

mef51 commented Jul 30, 2013

You cannot make AJAX requests (or any kind of scripted http request) from the browser to websites on another domain.
It's a security risk so servers don't let you: http://en.wikipedia.org/wiki/Cross-origin_resource_sharing

You can however make requests from the server (instead of from a browser), like we do in the file brickSearchService.coffee

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

3 participants