Problem access REST API Browser from GUI #2397
Closed
Comments
I am facing the same Problem but i get a little bit further now with this Config:
Maybe the major problem is swagger and the HashBang so the rest of the page is something like https://xyz.local/api-browser#!/Alerts . swagger-api/swagger-ui#1236 |
This has been addressed by #2634 and will be fixed in Graylog 2.1.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
graylog 2.0.3 works fine, BUT when I choose in the web gui | System | REST API Browser | a problem with loading the site occurs.
The link behind the REST API Browser are:
graylog.domain.tld/api/api-browser
My configuration on Proxy-Apache:
My configuration on graylog-Apache:
The apache configuration was done, as described here: http://docs.graylog.org/en/latest/pages/configuration/web_interface.html#apache-httpd-2-x
The Browser will display the following site:
And the page source will be the following code:
Every link inside the HTML-Code will start with
/api-browser
and NOT with/api/api-browser
.Maybe this could be the problem, because when i manually enter the URL with
/api/api-browser
, thehref
orscript scr
will be loaded, by the browser.What did I wrong, on my setup?
Thank you for the help!
Klaus.
The text was updated successfully, but these errors were encountered: