Flask - Security Best Practices
Which Flask function is used to stop a request and return an error code for unauthorized access?
abort() function immediately stops processing and returns an HTTP error code, useful for unauthorized access.abort() fits the need to stop a request with an error code.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions