NO

Author Topic: Test if a url is up  (Read 3151 times)

alderman

  • Guest
Test if a url is up
« on: December 27, 2017, 11:00:40 PM »
I have tested lots of different codes, both my own and others, without finding a satisfactory solution.

My requirements for the function of the code are as follows:

1. Quickly find that url is up or not
2. No more requirements ... 8)


Anyone who has a code tip in the back pocket?

Offline jj2007

  • Member
  • *
  • Posts: 536
Re: Test if a url is up
« Reply #1 on: January 10, 2018, 11:57:54 PM »
InternetOpenUrl? Quick test:

include \masm32\MasmBasic\MasmBasic.inc         ; download
  Init
  Inkey NoTag$(FileRead$("https://forum.pellesc.de/index.php?topic=7270.0"))
EndOfCode


Output:
Code: [Select]
Test if a url is up
Pelles C forum Welcome, Guest . Please login or register .
Did you miss your activation email ? 1 Hour 1 Day 1 Week 1 Month Forever
Login with username, password and session length News:
The forum moved to a new server.
Home Help Search Login Register
Pelles C forum »
C language »
Expert questions » Test if a url is up « previous next »
Print Pages: [ 1 ] Go Down Author Topic: Test if a url is up (Read 66 times) alderman Member Posts: 18 Test if a url is up « on: December 27
, 2017, 11:00:40 pm » I have tested lots of different codes, both my own and others, without finding a satisfactory solution.
My requirements for the function of the code are as follows:
1. Quickly find that url is up or not
2. No more requirements ...
Anyone who has a code tip in the back pocket?
Logged jj2007 Member Posts: 474 Re: Test if a url is up « Reply #1 on: Yesterday at 11:57:54 pm » InternetOpenUrl? Logged
Print Pages: [ 1 ] Go Up « previous next »
Pelles C forum »
C language »
Expert questions » Test if a url is up
SMF 2.0.15 | SMF © 2017 , Simple Machines
XHTML
RSS WAP2
Bad Behavior has blocked 344 access attempts in the last 7 days.
Page created in 0.027 seconds with 21 queries.
« Last Edit: January 11, 2018, 12:03:02 AM by jj2007 »