facebook / create-react-app

Set up a modern web app by running one command.
https://create-react-app.dev
MIT License
102.81k stars 26.87k forks source link

Proxy when there is no "accept" #13581

Open yousong opened 6 months ago

yousong commented 6 months ago

It seems chrome at the moment does not send request with "Accept" header when doing websocket GET request.

User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36

image