1

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.

RajieRoo
  • 121
  • 1
  • 9

1 Answers1

1

It seems that your gateway is exposed in HTTP2.

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