Is the URL for the Solr request absolutely 100% identical in both cases?
By not getting a response, do you mean it hangs andtimes out or that the
response is empty?
-- Jack Krupansky
-Original Message-
From: EXTERNAL Taminidi Ravi (ETI, Automotive-Service-Solutions)
Sent: Friday, Ap
You might be hitting
http://en.wikipedia.org/wiki/Cross-origin_resource_sharing .
Something like http://www.telerik.com/fiddler or Wireshark may allow
you to see network traffic if you don't have other means.
Regards,
Alex.
Personal website: http://www.outerthoughts.com/
Current project: http:
Are the requests cross domain? Is your browser giving errors about
cross domain scripting restrictions in the browser? If you're doing
cross domain browser stuff, Solr gives you the ability to do requests
over JSONP which is a sneaky hack that gets around these issues. Check
out my blog post for an