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)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.Code:Wrapper1.PostWrapper(Address, Data, Refferer)
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.





Reply With Quote