How to have a node handle all calls of "child" nodes as well?
I am in the process of creating a user control to allow users to search for companies. I have a backend system, with an XML based API. I have already built a website using ASP.Net MVC using that API using a controller and specific route.
What is the best way to have a node handle all request for urls depper than the node it is. What I am basically trying to do is have a node called search and have that node also handle url's like http://somesite/search/near-amsterdam.
I already built the module performing the communication to my backend system, but I am struggling to have 1 node handle the url's
How to have a node handle all calls of "child" nodes as well?
I am in the process of creating a user control to allow users to search for companies. I have a backend system, with an XML based API. I have already built a website using ASP.Net MVC using that API using a controller and specific route.
What is the best way to have a node handle all request for urls depper than the node it is. What I am basically trying to do is have a node called search and have that node also handle url's like http://somesite/search/near-amsterdam.
I already built the module performing the communication to my backend system, but I am struggling to have 1 node handle the url's
Can anyone point me to the correct place to look
is working on a reply...