This message was deleted.
# troubleshooting
s
This message was deleted.
j
when executing the curl it returns a 200 which is fine..
g
are you submitting a query using POST? some docs here: https://druid.apache.org/docs/latest/querying/sql-api.html you can also use the web console to get started: http://ip:8888/ in your browser
j
correct I am trying to execute a select type query with php curl this is my script:
the problem is that I am not getting any response from druid
v
are you able to curl it from the command line?
BTW my fav pro tip is: running a query from the web console and then copying the request "as curl":
j
It is something strange because from the terminal it works for me, but adding the curl in a php script does not bring me any results. I will continue to investigate what could be the possible cause of it.