Click here to Skip to main content
15,891,629 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have one authentication site, and it receives requests from multiple sites(site 1,2,3) for authenticate the user.

ex:

1.HTTP://authentication site/site 1/controller/action
2.HTTP://authentication site/site 2/controller/action
3.HTTP://authentication site/site 3/controller/action

I would like to display above URLs as

HTTP://authentication site/custom text/controller/action


I need to replace the site 1, site 2,site 3 as custom text

and perform the actions ...


Please help on this.....

Regards
P

What I have tried:

I tried with MiddleWare class for updating the URL
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900