AzUrlShortener
AzUrlShortener copied to clipboard
An simple and easy Url Shortener
From the discussion: #476 Make the ShortenerTool.Core a completed package - [X] code Cloud5mins.ShortenerTools.Core - [X] code Cloud5mins.ShortenerTools.Function - [X] code Cloud5mins.ShortenerTools.FunctionLight - [ ] deployment - [ ] documentation...
### Discussed in https://github.com/microsoft/AzUrlShortener/discussions/496 Originally posted by **mattsoseman** July 1, 2023 Hi - How can I redirect the root domain (e.g. contoso.com) to my company's website (e.g. www.fabrikam.com)? Currently the...
To reproduce 1. Create a URL 2. Archive it 3. Request it - a redirect is still generated from the archived URL
### Discussed in https://github.com/microsoft/AzUrlShortener/discussions/476 Originally posted by **FBoucher** March 10, 2023 The idea is to move all the logic into `ShortenerTool.Core`, without any security check. This way we could create...
fix #293 by converting all vanities to lowercase
fixes #498
https://github.com/microsoft/AzUrlShortener/blob/a1ec3eec27f2b800fbf2437c9e6baa90a5e07fa1/src/Cloud5mins.ShortenerTools.Functions/Functions/UrlUpdate.cs#L114-L116 `HttpStatusCode.BadRequest` does not take effect after calling **WriteAsJsonAsync**.
fixes #484
- add tf - add github action workflow