Hi,
I need URL re-writing as below
- Check the API key provided by consuming client
- Examine API key with some values in database. Get the new URL from database.
- Re-direct to the new URL.
- The new YRL could be anything like another site, another domain etc:-
Can we create such server in ASP.NET core ? Do we have such URL re-writing module pre build and available.