You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a custom Data Provider and a custom Reporter to publish analytics data in Choreo Connect 1.2.0, if the same header from the request and response is configured to be printed, the request header value is not getting printed and getting replaced by response header value.
Steps to Reproduce
Create a Custom Analytics Data Provider JAR.
Mount the above Jar to <CC_HOME>/resources/enforcer/dropins folder.
Create a Custom Reporter JAR.
Mount the above Jar to <CC_HOME>/resources/enforcer/dropins folder.
Description
When using a custom Data Provider and a custom Reporter to publish analytics data in Choreo Connect 1.2.0, if the same header from the request and response is configured to be printed, the request header value is not getting printed and getting replaced by response header value.
Steps to Reproduce
Ex:
loggers = org-wso2-analytics-publisher, org-wso2-analytics-reporter, enforcer, io-swagger-v3, enforcer-interceptors, carbon-apimgt
Ex:
Here, I have added
content-type
in bothrequestHeaders
andresponseHeaders
.8. Deploy an API in Choreo Connect, generate a token and invoke it.
Version
1.2.0
Environment Details (with versions)
No response
Relevant Log Output
No response
Related Issues
No response
Suggested Labels
No response
The text was updated successfully, but these errors were encountered: