On 8/6/2020 6:03 PM, gnandre wrote:
Please ignore the space between. I have updated the calls by removing space
below:

http://my.domain.com/solr/core/select?q=*:*&start=0&rows=10&shards=
my.domain.com/solr/another_core&fl=*

http://my.domain.com/solr/core/select?q=*:*&start=0&rows=10&shards=
localhost:8983/solr/another_core&fl=*

Assuming that these are the actual URLs (copy/paste) and not something you've typed up as an example... one of them has port 8983 and the other has no port, which would mean it's using port 80.

That looks like it could be a problem. It takes special effort to get Solr listening on port 80.

Thanks,
Shawn

Reply via email to