postman-app-support icon indicating copy to clipboard operation
postman-app-support copied to clipboard

Bug: v11.3.2/11.4.0 gPRC does not recognize the 16UNAUTHENTICATED state returned from the server, v11.3.1 works fine.

Open wooln opened this issue 1 year ago • 1 comments

Is there an existing issue for this?

  • [X] I have searched the tracker for existing similar issues and I know that duplicates will be closed

Describe the Issue

Bug: v11.3.2/11.4.0 gPRC does not recognize the 16UNAUTHENTICATED state returned from the server. v11.3.1 works fine.

  • Expect: Status code: 16 UNAUTHENTICATED Could not authorize the operation Received HTTP status code 401
  • Actual: Status code: 13 INTERNAL Received RST_STREAM with code 0

Steps To Reproduce

  1. new grpc request
  2. Authorization - Auth Type - No Auth
  3. Invoke
  4. Check the Response.

Screenshots or Videos

Actual 图片

Expect 图片

Operating System

Linux

Postman Version

11.3.2

Postman Platform

Postman App

User Account Type

Signed In User

Additional Context?

No response

wooln avatar Jul 16 '24 08:07 wooln

Hey @wooln! I tried to recreate this with a local gRPC server in Node that explicitly sent status code 16 with a custom error message: "Received HTTP status code 401", and seems to be working fine on our end.

Could you share a scaled-down version of your server to help us reproduce this?

image

appurva21 avatar Jul 16 '24 10:07 appurva21

I'm closing this issue for now, but if you're still experiencing it in the latest version, please share the previously requested details so we can investigate further.

appurva21 avatar Aug 14 '24 13:08 appurva21