Closed
Description
Hello,
Thank you againg for your great work =)!
But I have one more problem =). When using GRPC - header "Authorization" just disapearing. Can be tested with:
proto < ./grpcbin.proto
GRPC grpcb.in:9000/grpcbin.GRPCBin/HeadersUnary
Authorization: Bearer 111
grpcb.in just returns response without our header. And doesn't matter if it is "Bearer" or anything else. Also want to mention that openid/oauth2 will not work here coz token also received using GRPC not via HTTP =). So i need manually to provide header.
Using event also gives nothing:
{{@request
request.headers.Authorization = 'Bearer XXX';
}}
Using simple HTTP get, for example:
@host=https://httpbin.org
###
GET /anything?q=1 HTTP/1.1
Authorization: Bearer 1111
Works well.
Version of vscode plugin: v4.7.2
Metadata
Assignees
Labels
No labels
Activity