When I am parsing header as x-abc-test, it working in my local but when deploy in my dev server it it running on https and it not working throwing error as "runtime exception occurred in filters" when I hit any end point any idea how can I make it work.
I have tried adding this:
servers = {
@Server(url = "/", description = "Default Server URL")
}
Still it is not working.