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
{{ message }}
This repository was archived by the owner on May 8, 2026. It is now read-only.
Describe the bug
When querying http service, accept header is added twice:
"1 > Accept: application/json,application/json"
To Reproduce
Steps to reproduce the behavior:
Expected behavior
should only send application/json once
Desktop (please complete the following information):
Additional context
I think the issue is here:
agrirouter-sdk-java/agrirouter-sdk-java-impl/src/main/java/com/dke/data/agrirouter/impl/RequestFactory.java
Lines 57 to 58 in ca24abb