TCP/UDP Action

All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Post Reply
hadassimeir
Posts: 8
Joined: Sun Jun 27, 2004 4:33 pm
Location: Israel
Contact:

TCP/UDP Action

Post by hadassimeir »

Can someone explain to me about that action?
I can get it to work, I have a simple asp page that updates me if my system is working.

I've placed all the regular stuff:

www.shiftload.com
tcp:80
GET http://www.shiftload.com/...../1.asp?id=1

It just doesn't work.
KS-Soft
Posts: 12821
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

After each HTTP request you should add one empty line.
So, init packet should be

Code: Select all

GET http://www.shiftload.com/...../1.asp?id=1 %0D%0A%0D%0A
Regards
Alex
hadassimeir
Posts: 8
Joined: Sun Jun 27, 2004 4:33 pm
Location: Israel
Contact:

Thank You

Post by hadassimeir »

It's working just fine 8)
Post Reply