NxFilter Tutorial

Writing your own remote filtering agent
If you wish to develop your own remote filtering agent, we can guide you through the protocol used for remote filtering queries.


Remote filtering query
For remote filtering queries, all you need is simple. You can determine which domains are blocked by sending an HTTP query to your NxFilter or NxCloud server, like the example below:


		http://192.168.0.100/hxlistener?token=GKSYEJYG&domain=porn.com
	

Simply replace the token and domain values in the URL according to the user. If the response from your HTTP query is '/BLOCK', then the domain is blocked. If the response is anything else, then the domain is allowed.