-
Notifications
You must be signed in to change notification settings - Fork 2
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
problem with url parameter #6
Comments
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 [email protected]
|
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 [email protected]
|
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:
The text was updated successfully, but these errors were encountered: