How to customize sseEndpoint
in HttpClientSseClientTransport
?
#2987
Unanswered
StrongManLi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to customize the
sseEndpoint
inHttpClientSseClientTransport
to avoid the default/sse
suffix, but I'm facing challenges. Here's my current configuration and issue:Configuration
Issue
The framework automatically appends /sse to the configured URL, resulting in a request to https://xx.cn/sse/ff/sse, which is incorrect.
The HttpClientSseClientTransport constructor uses a default sseEndpoint value (/sse):
Request
Is there a way to override the sseEndpoint without modifying the source code?
Beta Was this translation helpful? Give feedback.
All reactions