12-15-2011, 07:22 AM
hi rian.weaver
you have to create a network module. the type of data: Remote TCP network agent, boolean data
then you put the ip and the port of the server. and in the tcp send the url of the site without the ip
for example GET /mysite/mypage.asp HTTP/1.0^M^M
if it was the root only GET / HTTP/1.0^M^M
and de tcp send ( normaly ) HTTP/1.1 200 OK
hope it helps,
see you soon
you have to create a network module. the type of data: Remote TCP network agent, boolean data
then you put the ip and the port of the server. and in the tcp send the url of the site without the ip
for example GET /mysite/mypage.asp HTTP/1.0^M^M
if it was the root only GET / HTTP/1.0^M^M
and de tcp send ( normaly ) HTTP/1.1 200 OK
hope it helps,
see you soon