Giter VIP home page Giter VIP logo

Comments (8)

chimurai avatar chimurai commented on May 21, 2024

If your server is virtual hosted, try it with the option: changeOrigin: true

    proxy = proxyMiddleware('/go', {
        target: 'http://localhost:8080/',
        ws: true,
        changeOrigin: true
    });

from http-proxy-middleware.

elijahiuu avatar elijahiuu commented on May 21, 2024

It is a local Tomcat running a java app and hosting the socket. I tried changeOrigin, that gave me:

WebSocket connection to 'ws://localhost:3000/go/xxxxxxxxx/websocket' failed: Connection closed before receiving a handshake response 

from http-proxy-middleware.

chimurai avatar chimurai commented on May 21, 2024

Maybe you can leave out ws:true from the options or set it to ws:false, since you are explicitly upgrading with server.on('upgrade', proxy.upgrade);

from http-proxy-middleware.

elijahiuu avatar elijahiuu commented on May 21, 2024

I think that actually works! Thank you @chimurai

from http-proxy-middleware.

chimurai avatar chimurai commented on May 21, 2024

Glad to hear the solution works! :)

from http-proxy-middleware.

chimurai avatar chimurai commented on May 21, 2024

@elijahiuu Now that I think about it, this might be a bug...

I'll have to spend some time to investigate this.

from http-proxy-middleware.

sashadt avatar sashadt commented on May 21, 2024

+1 Having same problem, and seeing:

WebSocket connection to 'ws://localhost:9000/pubsub' failed: Invalid frame header

removing the line ws: true from proxy options seems to fix it.

I agree it is either a bug, or usage documentation needs to be updated.

from http-proxy-middleware.

chimurai avatar chimurai commented on May 21, 2024

@sashadt @elijahiuu

Think I've found the issue...

I published a beta version: v0.15.1-beta.
You can get it with: npm install [email protected]

Can you test it to confirm the fix?

Problem shouldn't occur anymore when the following are used:

// proxy config
config.ws: true

// external upgrade
server.on('upgrade', proxy.upgrade); 

from http-proxy-middleware.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.