I want to not allowing calls to solr which are not coming from localhost.I am using jetty.
Thanks, Shashwat
this is how you config Jetty to just use localhost
<Call name="addConnector"> <Set name="Host">127.0.0.1</Set> .... </Call>
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
2 years ago
viewed
313 times
active