Skip to content

CseAsyncRestTemplate设置HTTP header未生效 #1403

@wangguowei2018

Description

@wangguowei2018

ListenableFuture<ResponseEntity> entity = cseAsyncRestTemplate.postForEntity(url,
new CseHttpEntity<>(msgBody, headers), Void.class);

headers被CSE丢弃,发出去的消息中,不会携带headers中定义的私有头域;标准头域设置也不生效。

我们服务基于SpringBoot开发,现在集成CSE出现这个问题,还请定位解决。谢谢!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions