I was checking Strict Transport Header
which Http endpoint serving to UI enables.
Does it make sense to have the headers in the GRPC services not exposed to internet or serving to UI directly?
If so, what will be the way to enable Strict Transport Header for GRPC services?
I have seen that Grpc trailing-metadata
headers can be sent with the response.
But is it the correct way to add the header?
The services are written in Go and I am using GRPC.