Apache CXF - Set HTTP header

后端 未结 4 880
时光取名叫无心
时光取名叫无心 2021-01-04 00:01

I have to set some http header fields in a Apache CXF client:

I tried it via Interceptor:

    public class HttpHeaderInterceptor extends AbstractPhas         


        
4条回答
  •  臣服心动
    2021-01-04 00:13

    If required to set standard HTTP header then it can be done using http conduit also.

    
    
    
    

提交回复
热议问题