RajieRoo
RajieRoo

Reputation: 121

Unable to get the Gravitee API gateway respone from CHROME but able to get from POSTMAN

I am trying to hit a GET request which is a Gravitee API Gateway URL on which my web API are exposed. whem I hit the URL from POSTMAN with no headers and no Auth. , I am able to get the response but when I hit the URL from chrome or any other browser, i get this error

this site can't be reached

'ERR_SPDY_PROTOCOL_ERROR'

Please help me out ? I have tried all the methods to resolve this but still stuck.

Upvotes: 1

Views: 517

Answers (1)

David Brassely
David Brassely

Reputation: 98

It seems that your gateway is exposed in HTTP2.

A fix has been provided in latest 1.23.0 of Gravitee.io

Upvotes: 1

Related Questions