Using WebSpeed, I have a need to capture a response from a website. I can access a URL thru its .com name with & name values and I get & name values back in the body of the page. I need a way to initiate the request and capture the returned values in the body.
I seems it should be as simple as opening up a stream to the URL and capture the values in the body.
If someone could give me a simple example, it would be great.
I seems it should be as simple as opening up a stream to the URL and capture the values in the body.
If someone could give me a simple example, it would be great.