Results 1 to 5 of 5

Thread: http response

  1. #1

    Thread Starter
    Fanatic Member d2005's Avatar
    Join Date
    Aug 2005
    Location
    ireland
    Posts
    620

    http response

    hi
    i wish to send a http reponse
    i believe i need to send it as a query string

    GET
    i.e. https:/url/status 200 OK

    is this how you do it.
    OR
    how would i go about this
    it works 60% of the time, all the time.

  2. #2
    Frenzied Member maged's Avatar
    Join Date
    Nov 2002
    Location
    Egypt
    Posts
    1,040

    Re: http response

    in asp.net, using vb as programming language, i use this

    VB Code:
    1. response.write("<bold>This is the responseText </bold>")

    still i am not sure if this is what you mean ?

  3. #3

    Thread Starter
    Fanatic Member d2005's Avatar
    Join Date
    Aug 2005
    Location
    ireland
    Posts
    620

    Re: http response

    i have a program listening over a socket
    the program recieves a string from an outside source.

    i am to reply to that source as fast as i can with an http response.
    im just not sure how to respond
    it works 60% of the time, all the time.

  4. #4
    Frenzied Member maged's Avatar
    Join Date
    Nov 2002
    Location
    Egypt
    Posts
    1,040

    Re: http response

    sorry, i cant help you there

    my experience in sockets is limited

    good luck in your search

  5. #5
    No place like 127.0.0.1 eyeRmonkey's Avatar
    Join Date
    Jul 2005
    Location
    Blissful Oblivion
    Posts
    2,306

    Re: http response

    Quote Originally Posted by d2005
    i have a program listening over a socket
    the program recieves a string from an outside source.

    i am to reply to that source as fast as i can with an http response.
    im just not sure how to respond
    Could you post some of your code so we know what you are working with?
    Visual Studio 2005 Professional Edition (.NET Framework 2.0)
    ~ VB .NET Links: Visual Basic 6 to .NET Function Equivalents (Thread) | Refactor! (White Paper) | Easy Control for Wizard Forms | Making A Proper UI For WinForms | Graphics & GDI+ Tutorial | Websites For Free Icons
    ~ QUOTE: Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. -Rich Cook

    ~ eyeRmonkey.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width