jamiewaese / ePlant

ePlant is a data visualization tool for integrating and exploring multiple levels of biological data.
MIT License
2 stars 1 forks source link

BAR web services not working after migration #2

Closed yuzhenmi closed 11 years ago

yuzhenmi commented 11 years ago

Ajax requests to BAR web services seem to be rejected due to same-origin policy. This only happens with the migrated ePlant under the new eplant user. I'll double-check my code again later. Maybe Asher will have to help us for this.

asherpasha commented 11 years ago

Sorry, how do I reproduce the bug?

yuzhenmi commented 11 years ago

Im calling the annotation retrieval api in javascript by ajax. The api should have the same domain origin as eplant account but same origin policy is denying it.

asherpasha commented 11 years ago

If I go to http://bar.utoronto.ca/~eplant/ then I move mouse over chromosomes, AGI and Alias are display. If I move over one of them, a box having annotations opens. It does has annotations. Which js file are you having trouble with?

yuzhenmi commented 11 years ago

That is weird!! It wasn't working yesterday... Thanks Asher! Sorry about the trouble for nothing.