ajaysehwal commented on issue #12213:
URL: https://github.com/apache/apisix/issues/12213#issuecomment-2889788692

   @Baoyuantop But when we use another host or node instead of localhost so it 
will again require a Host header. For Example 
   {
     "uri": "/wstest",
     "name": "dnodndo",
     "upstream": {
       "nodes": [
         {
           "host": "echo.websocket.events",
           "port": 80,
           "weight": 1
         }
       ],
       "type": "roundrobin",
       "hash_on": "vars",
       "scheme": "http",
       "pass_host": "pass"
     },
     "enable_websocket": true,
     "status": 1
   }


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to