Rest API - HTTP Status Codes
What will be the HTTP status code returned by this REST API snippet?
return Response(status=301, headers={'Location': 'https://newsite.com'})return Response(status=301, headers={'Location': 'https://newsite.com'})15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions