2

I am using bloomrpc for testing grpc requests and responses. I don't know how to add token to my request.

How can I add token to my grpc request in bloomrpc?

Khamidjon Khamidov
  • 6,783
  • 6
  • 31
  • 62

1 Answers1

7

it is easy:

{
    "Authorization": "your token here"
}

enter image description here

Khamidjon Khamidov
  • 6,783
  • 6
  • 31
  • 62