GeekInterview.com
Results 1 to 3 of 3

HTTP

This is a discussion on HTTP within the Web Development forums, part of the category; Can anyone explain working of HTTP? What is port number associated with it?...

  1. #1
    Gaurav215 is offline Junior Member Array
    Join Date
    Dec 2010
    Answers
    10

    HTTP

    Can anyone explain working of HTTP? What is port number associated with it?


  2. #2
    suji is offline Expert Member Array
    Join Date
    Sep 2005
    Answers
    205

    Re: HTTP

    Hello,

    I don't quite understand your question .. You can run the http on any port you want, you just have to configure the web server

    Thanks,
    Suji


  3. #3
    Sandhya.Kishan is offline Expert Member Array
    Join Date
    Mar 2012
    Answers
    212

    Re: HTTP

    HTTP works on the basis of requests/responses.A client establishes a connection with a server and sends a request to the server in the form of a request method, URI, and protocol version, followed by a MIME-like message containing request modifiers, client information, and possible body content. The server responds with a status line, including the message's protocol version and a success or error code, followed by a MIME-like message containing server information, entity metainformation, and possible body content.
    The port number associated with HTTP is 443.


    •    Sponsored Ads