Forum Discussion

nznznznzF5_2991's avatar
nznznznzF5_2991
Icon for Nimbostratus rankNimbostratus
Dec 06, 2017

Allow Telnet to HTTP port when HTTP profile is applied

How can I allow telnet to http port to work on a virtual server with a HTTP profile on?

 

2 Replies

  • Telnet only work if you have configure VIP with work(i.e 80, 443, 8080, etc). but what you wanted to achieve with this, please explain.

        telnet  
    

    At the prompt, enter an appropriate HTTP request line and HTTP headers, pressing Enter once after each line.

    For example:

        GET / HTTP/1.1 
        Host: www.xyz.com 
        Connection: close 
             
    
    • nznznznzF5_2991's avatar
      nznznznzF5_2991
      Icon for Nimbostratus rankNimbostratus

      When I apply a basic http profile on a virtual server. The TCP handshake continues (because of tcp profile) but I couldn't get a banner then if I remove the http profile from the virtual server. I'm getting a banner.

       

      We've had some issue when we turned on http profile on a virtual server for HTTP payload debugging, the ESB nodes yields network timeout despite that the packet capture indicates that they are passing a HTTP payload prior to applying the http profile.