Results 1 to 8 of 8

Thread: HTTP Wrapper (Winsock HTTP Wrapper)

  1. #1

    Thread Starter
    Frenzied Member Inuyasha1782's Avatar
    Join Date
    May 2005
    Location
    California, USA
    Posts
    1,035

    HTTP Wrapper (Winsock HTTP Wrapper)

    This is a wonderful working wrapper for easy sending HTTP Requests. It can support POST, GET, HEADER, and handle all sent cookie data. It parses and reuses cookies once it get's them. You can also retrieve and set cookies. Very simple structure, example:

    Code:
    Wrapper1.GetWrapper(Address, Refferer)
    Code:
    Wrapper1.PostWrapper(Address, Data, Refferer)
    It's not like an OCX or control so you can easily check out the source if your interested. To use simply add the module and user control to your project. Credits goto Glurak.

    Note that the main use of this is retrieving HTML and interacting with the web. Example: I used it to interact with my website when creating a registration for my website. It uses Winsock, so it's preety fast. Any questions, please feel free to ask. Comments welcomed as well.
    Attached Files Attached Files
    Age - 15 ::: Level - Advanced
    If you find my post useful please ::Rate It::


  2. #2
    Junior Member
    Join Date
    Oct 2004
    Location
    Netherlands
    Posts
    24

    Re: HTTP Wrapper (Winsock HTTP Wrapper)

    hey, what do I do when it says object moved?
    and can you explain how the cookiekey_get and cookievalue_get work?

  3. #3
    Frenzied Member
    Join Date
    Apr 2005
    Posts
    1,907

    Red face Re: HTTP Wrapper (Winsock HTTP Wrapper)

    Thank u for sharing this code . I looked at it but i do now how to use it!could u show me a code that uses this modeul to send data to php page and that php insert the data passed to mysql database. Thanks

  4. #4
    Hyperactive Member
    Join Date
    Aug 2008
    Posts
    353

    Re: HTTP Wrapper (Winsock HTTP Wrapper)

    Thanks , this is what i've been looking for..im going to try it noW!

  5. #5
    Hyperactive Member
    Join Date
    Aug 2008
    Posts
    353

    Re: HTTP Wrapper (Winsock HTTP Wrapper)

    Too bad does not have any considerate description
    I was hoping to get it work like the DElphi idhttp

  6. #6
    PowerPoster
    Join Date
    Jan 2008
    Posts
    11,074

    Re: HTTP Wrapper (Winsock HTTP Wrapper)

    well, no matter, it does work although I really don't see the need for it since it isn't that difficult to just do the same thing using your own Winsock.

  7. #7
    New Member
    Join Date
    Jun 2008
    Posts
    15

    Re: HTTP Wrapper (Winsock HTTP Wrapper)

    Quote Originally Posted by jmsrickland
    well, no matter, it does work although I really don't see the need for it since it isn't that difficult to just do the same thing using your own Winsock.
    i use my own Winsock as its much faster!

    use Winsock with index's and then its fast!!!

  8. #8
    Lively Member
    Join Date
    Apr 2009
    Posts
    73

    Re: HTTP Wrapper (Winsock HTTP Wrapper)

    good library but it still doesn't solve my Inet problem..

    with Inet.. I can go to websites which require me to be logged in.. and it works.. but with this control it doesn't work.. I have no idea how to setup the cookies which is probably what keeps my logged in

    only problem with Inet.. when I do OpenURL() it uses Microsoft URL as User Agent thats all I want to fix.

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