Service policy blocked requests with Content-Type gRPC should respond with HTTP 403
When a request is blocked by a service policy, and has the content-type set to application/grpc, an HTTP 200 is sent back with grpc-status: 7. This is technically correct according to the gRPC spec, but causes confusion when looking for 403 block ...