Open ghost opened 9 years ago
Ok, it'll likely be a javascript client side issue - the codebase changed considerably in recent commits so its possibly an issue there.
What browser are you using, and do you have any errors shown in the javascript console?
firefox on osx, didn't check the javascript console, but will later...
On Wed, Jun 3, 2015 at 5:24 AM, Toby Jackson notifications@github.com wrote:
Ok, it'll likely be a javascript client side issue - the codebase changed considerably in recent commits so its possibly an issue there.
What browser are you using, and do you have any errors shown in the javascript console?
— Reply to this email directly or view it on GitHub.
Curiously, after having an initial CORS issue, firefox is now working again...
I've updated the README.md with a HAproxy configuration for automatic addition of CORs headers to incoming requests - this is needed if you want to point at a different domain name as otherwise the AJAX calls will fail.
cool - i'll either use Chrome or fix it :P
On Thu, Jun 4, 2015 at 7:27 AM, Toby Jackson notifications@github.com wrote:
Looks like a CORS problem:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://sensu...../get_sensu. (Reason: CORS request failed).
(The url i used here worked on Chrome, but not Firefox on a Mac OSX yosemite box)
— Reply to this email directly or view it on GitHub https://github.com/warmfusion/mosaic/issues/6#issuecomment-108848449.
i can't seem to load with optional URL param, i see this in URL: http://localhost:9090/?url=http:%2F%2Fuchiwa.something.com%2Fget_sensu
if i go to http://uchiwa.something.com/get_sensu i get the file (which put under the test.json works fine)
logs: