I am facing an issue in spring boot. I developed a micro service and setup the infrastructure for it in kubernetes. I verified that my service is up and running by hitting a public URL which i exposed ( Example : https://abc/status).
But, now when i try to hit the get call which needs a header to be passed, I am receiving an exception which goes like this Missing request header 'app_id' for method parameter of type String
While I execute this in local/within the pod, it is working fine. Though I can confirm that the request has hit the service from the server logs. If you have faced something like this please help.