I’m trying to setup graylog locally using docker. Everything seems to work fine but I’m getting cors policy error when accessing http:localhost:9000
Request URL:
http://127.0.0.1:9000/api/
Referrer Policy:
strict-origin-when-cross-origin
When I request with postman for example I’m getting:
{
"cluster_id": "5b56e68f-10fc-44e9-924c-3235f55b2e82",
"node_id": "2a023104-cf09-4290-bc6f-4ffac123e353",
"version": "4.0.1+6a0cc0b",
"tagline": "Manage your logs in the dark and have lasers going and make it look like you're from space!"
}