Hi all, does anyone know why datahub-gms return HT...
# all-things-deployment
i
Hi all, does anyone know why datahub-gms return HTTP Status:500 on web browser?
so I tried to hit the gms endpoint from my web browser and it return HTTP Status:500
but when I tried to access the same endpoint from gms pod it actually return 200
g
the
X-RestLi-Protocol-Version: 2.0.0
header is required, but is not sent when you access via a web broswer
👍 1
In general, the datahub-frontend-react container on port 9002 is more useful for access via a web browser
i
ah I see, thanks for your explanation