shubhammxv commented on PR #12837: URL: https://github.com/apache/apisix/pull/12837#issuecomment-3689245229
Hi @Baoyuantop In all the scenarios, we return `x-request-id` in response headers when `include_in_response` is true except when it comes as empty. When it is passed as empty, then no header comes back in response (empty value header gets omitted) and it gives perception as if plugin is not working. Also, the plugin's main functionality is to track the requests, But empty value will not really help track it further. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
