Tao Sun
Tao Sun
Maybe a DelegatingMethodParameterCustomizer can help. ``` import java.lang.reflect.Field; import org.apache.commons.lang3.reflect.FieldUtils; import org.springdoc.core.customizers.DelegatingMethodParameterCustomizer; import org.springframework.core.MethodParameter; import org.springframework.core.annotation.AnnotatedElementUtils; import com.fasterxml.jackson.databind.PropertyNamingStrategies; import com.fasterxml.jackson.databind.annotation.JsonNaming; public class MyMethodParameterCustomizer implements DelegatingMethodParameterCustomizer { @Override public void customize(MethodParameter...
Actually these headers have been sent and you can verify by Wireshark or other network sniffers. The Java HttpURLConnection automatically hides the Authorization header when getting request headers from HttpURLConnection,...