|
-
Jun 3rd, 2001, 04:23 AM
#1
Thread Starter
New Member
simulate http request
I wrote a program that, using a webbrowser, connecting to a specific site every 5 minuets. The site is on ssl with secureID security.
Is there a way to connect the site without displaying the html page? I mean something that simulate a browser http request??
This program should run all the time so it should be very light.
Thanks.
-
Jun 3rd, 2001, 10:32 PM
#2
Addicted Member
Sample code
Go to www.freevbcode.com
In the search box, type "http server". A single entry should be returned that says "http server" for a description. Download that source, and in the .BAS file that has the HTTP protocols (it's called HTTPDeclares or something similar), there's a sample HTTP request header. Just use that!
Things I've Said:
"Life's funny like that...elephants can wear frilly lace panties, and Dubya still looks like a monkey in a big chair"
"Take four goats and strap one to each foot of a llama. Presto, goat-powered llama!"
"You want to get me to work more, get me a Coke. No? Then deal with inferior garbage, I'm not coding another line and your clients can go to......thanks, I'd love a Coke right about now!"
-
Jun 3rd, 2001, 10:34 PM
#3
Addicted Member
Forgot to mention...
The code above is used with a WinSock control, so just add one to your project
Things I've Said:
"Life's funny like that...elephants can wear frilly lace panties, and Dubya still looks like a monkey in a big chair"
"Take four goats and strap one to each foot of a llama. Presto, goat-powered llama!"
"You want to get me to work more, get me a Coke. No? Then deal with inferior garbage, I'm not coding another line and your clients can go to......thanks, I'd love a Coke right about now!"
-
Jun 4th, 2001, 09:20 AM
#4
Lively Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|