milenkovicm commented on PR #2059: URL: https://github.com/apache/datafusion-ballista/pull/2059#issuecomment-5169612542
```bash curl -v -X OPTIONS http://127.0.0.1:50050/api/state * Trying 127.0.0.1:50050... * Connected to 127.0.0.1 (127.0.0.1) port 50050 > OPTIONS /api/state HTTP/1.1 > Host: 127.0.0.1:50050 > User-Agent: curl/8.7.1 > Accept: */* > * Request completely sent off < HTTP/1.1 200 OK < access-control-allow-methods: GET,OPTIONS,PATCH < access-control-allow-headers: * < access-control-allow-origin: * < allow: GET,HEAD < content-length: 0 < date: Mon, 03 Aug 2026 17:24:48 GMT < * Connection #0 to host 127.0.0.1 left intact ``` i've added ` access-control-allow-origin: *` and still -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
