<div dir="ltr">Hello,<br><div><br></div><div>Is there a way to set a default reply message for the xhttp module, or at least drop the TCP connection when 'url_match' parameter is used? For example, if used:</div><div><br></div><div><div style="color:rgb(238,255,255);background-color:rgb(37,37,38);font-family:"Fira Code",Awesome,"Droid Sans Mono","monospace",monospace,"Droid Sans Fallback","Droid Sans Mono","monospace",monospace;font-size:14px;line-height:19px;white-space:pre"><div><span style="color:rgb(199,146,234)">modparam</span>(<span style="color:rgb(195,232,141)">"xhttp"</span><span style="color:rgb(137,221,255)">,</span> <span style="color:rgb(195,232,141)">"url_match"</span><span style="color:rgb(137,221,255)">,</span> <span style="color:rgb(195,232,141)">"^/rpc/"</span>)</div></div></div><div><br></div><div>which should handle only HTTP requests to this endpoint: <a href="http://127.0.0.1:5060/rpc">http://127.0.0.1:5060/rpc</a>, now if HTTP requests are sent to another endpoint (<a href="http://127.0.0.1:5060/v2">http://127.0.0.1:5060/v2</a>) - then the TCP connection just stays established even nobody process it. I know I can ignore this parameter and filter all requests in the event_route, but dropping them before calling event_route will make more sense for me, or at least add another parameter to this module that can control that.</div><div>Thanks</div></div>