Kong / insomnia

The open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage.
https://insomnia.rest
Apache License 2.0
35.04k stars 1.99k forks source link

Connecting to gRPC server via Azure API Management having suffix in URL #7744

Open arvsharm opened 4 months ago

arvsharm commented 4 months ago

Expected Behavior

We should be able to make a call to a gRPC Api which is behind Azure Api management. In this case usually there is a suffix to the url For example grpcs://apimsharedqaaeuXXXXX.azure-api.net/xyzservice

Postman allows specifying this type of gRPC url. And same works for me in postman.

Actual Behavior

I get error 14 Name resolution failed for target dns

Reproduction Steps

  1. Add a new request and select gRPC
  2. Add proto file
  3. Specify a URL which has suffix
  4. Add token and body
  5. Select Method
  6. Click send

Is there an existing issue for this?

Additional Information

No response

Insomnia Version

9.3.2

What operating system are you using?

Windows

Operating System Version

Windows 11

Installation method

download from website

Last Known Working Insomnia version

No response

marshallr12 commented 3 weeks ago

I get the same issue. It is not unique to Azure. Name resolution fails when have an url like grpcs://mydomain/version/1 .