URL request by RMA

Need new test, action, option? Post request here.
Post Reply
wue
Posts: 13
Joined: Sun Jan 26, 2003 6:00 pm

URL request by RMA

Post by wue »

The possibility for "URL request" by RMA would be great for checking my websites like an external user (performance, content, ...)
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Yes, it will be implemented in future

Regards
Alex
monitorcsn001
Posts: 27
Joined: Mon Jan 12, 2004 7:14 am

Post by monitorcsn001 »

Please Hurry up with this implementation!!! :wink: and would be great for us if you include the " http test" by RMA too.
Thanks!!
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Sorry, first we should release RMA for UNIX and implement some UNIX-specific tests.
BTW you can use TCP test (that is implemented in RMA) to retrieve URL from your web server.

Regards
Alex
monitorcsn001
Posts: 27
Joined: Mon Jan 12, 2004 7:14 am

Url Check by rma

Post by monitorcsn001 »

A lot often the web server does not work even if door 80 answers
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Yes, I know. But TCP test method allows you to perform HTTP request and check result.

Regards
Alex
monitorcsn001
Posts: 27
Joined: Mon Jan 12, 2004 7:14 am

Post by monitorcsn001 »

How I can convert this VbScript to TCP TEST ?

Winsock1.SendData "GET /" & "default.asp" & " HTTP/1.1" & vbCrLf
Winsock1.SendData "Accept: text/plain" & vbCrLf
Winsock1.SendData "Accept-Language: en-us" & vbCrLf
Winsock1.SendData "Accept-Encoding: gzip, deflate" & vbCrLf
Winsock1.SendData "User-Agent: Mozilla/4.0 (compatible; MSIE 5.0;"& _
"Windows 98; DigExt)" & vbCrLf
Winsock1.SendData "Host: " & "191.191.26.142" & vbCrLf
Winsock1.SendData "Connection: Keep-Alive" & vbCrLf & vbCrLf
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

Use "Send data" option and string

Code: Select all

GET /default.asp HTTP/1.1%0D%0AAccept: text/plain%0D%0AAccept-Language: en-us%0D%0AAccept-Encoding: gzip, deflate%0D%0AUser-Agent: Mozilla/4.0 (compatible; MSIE 5.0;Windows 98; DigExt)%0D%0AHost: 191.191.26.142%0D%0AConnection: Keep-Alive%0D%0A%0D%0A
Regards
Alex
Post Reply