#middleware
Read more stories on Hashnode
Articles with this tag
The Responsibilities: You can read more about XSS on the OWASP site here, but in short, XSS vulnerability involves our application storing potentially...
The other day, I encountered a use case where I needed to implement middleware in my HTTP Trigger Azure Function to validate input from an HTTP...
As I delve deeper into the Azure Functions ecosystem, I continue to appreciate the concept of using middleware to manage common and repetitive tasks,...