Hi,
Users of my website hit a AJAX POST call for validation of User ID.
The URL formed is
http://dummy.com/<RandomNumber>/handler/validateId?userid=<user entered value>
** RandomNumber is any random number based on the instance the request gets hit.
Now, at webserver level, I want that request to be processed by another URL :