#azure-functions
Read more stories on Hashnode
Articles with this tag
Let's examine an Azure Function that takes a string input request and subsequently serves that same data to the web for rendering. Assume the text...
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...