SvenKirschbaum / react-stomp-hooks

This repository contain a react library which enables simple access to stomp subscriptions via hooks.
MIT License
59 stars 12 forks source link

How to modify this Accept-Language? #22

Closed xiaoqian2006 closed 1 year ago

xiaoqian2006 commented 1 year ago

How to modify this Accept-Language? image

SvenKirschbaum commented 1 year ago

Hello!

You can't modify the header pragmatically, as the Websocket API does not provide this functionality, see also this Stackoverflow answer: https://stackoverflow.com/a/4361358/3061571