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