You can use htaccess to serve this purpose, use Rewrite rule for
redirecting from one url to another url.

Thanks,
Aarti Sawant


On Sun, Aug 25, 2013 at 10:47 AM, Akash Jain <akash.delh...@gmail.com>wrote:

> 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 :
> http://internalURL.com/handler/validateId?userid=<user entered value>
>
> How can I achieve this type of POST proxy ?
>
> Thanks.
>

Reply via email to