Skip to content

Commit

Permalink
fixed copy
Browse files Browse the repository at this point in the history
  • Loading branch information
scoyle391 committed Dec 16, 2019
1 parent c5e93fd commit a697e58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reference/core/ambassador.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ Ambassador supports bridging HTTP/1.1 clients to backend gRPC servers. When an H

### gRPC-Web (`enable_grpc_web`)

gRPC is a binary HTTP/2-based protocol that extends the benefits of gRPC to the browser; gRPC-Web wraps around gRPC for clients that cannot speak raw HTTP/2. Though connected, they are distinctly different.
gRPC-Web is a binary HTTP/2-based protocol that extends the benefits of gRPC to the browser; gRPC-Web wraps around gRPC for clients that cannot speak raw HTTP/2. Though connected, they are distinctly different.

The gRPC-Web specification requires a server-side proxy to translate between gRPC-Web requests and gRPC backend services. Ambassador can serve as the service-side proxy for gRPC-Web when `enable_grpc_web: true` is set. Find more on the gRPC Web client [GitHub](https://github.com/grpc/grpc-web).

Expand Down
2 changes: 1 addition & 1 deletion user-guide/grpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,4 +316,4 @@ A simple way around this is to use Ambassador with a `LoadBalancer` service, rat

## gRPC-Web

gRPC must be configured to work with [gRPC Web](../../reference/core/ambassador#grpc-web-enable_grpc_web) if you want the same benefits in a browser.
Ambassador also supports the [gRPC-Web](../../reference/core/ambassador#grpc-web-enable_grpc_web) protocol for browser-based gRPC applications.

0 comments on commit a697e58

Please sign in to comment.