DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
API Development Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
hard
API Development
Why can't browsers call gRPC services directly, per this topic?
A
Browsers have no networking capability at all
B
gRPC relies on HTTP/2 trailers (headers sent after the message body) for final call status, and browser fetch/XHR APIs don't expose control over this specific mechanic
C
gRPC only works over HTTP/1.1
D
This is a licensing restriction, not a technical one
Check Answer