URL Request test method

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
y.beyet
Posts: 62
Joined: Tue Apr 16, 2002 6:00 pm
Location: France
Contact:

URL Request test method

Post by y.beyet »

Hello,
I have to test an URL like this one : http://url.domain.com:80/test.aspx?a=lo ... b=password

I put all the data in the good fields (in advanced mode).
server : "url.domain.com"
path/file : "test.aspx?a=login@domain.com&b=password"
Save the test. Everything is OK here. test work fine.

When I open advanced mode the second time, all data are broken.
server contain : "domain.com&b=password"
path/file : empty
password protected page is checked
User name : "url.domain.com"
passwrod : "******" (maybe login ???)
and if I push the OK button, nothing work.
KS-Soft Europe
Posts: 2832
Joined: Tue May 16, 2006 4:41 am
Contact:

Post by KS-Soft Europe »

The problem is caused by Hostmonitor, because it uses '@' symbol for its own purposes. Could you try to encode '@' symbol? URL should be like the following:
http://url.domain.com:80/test.aspx?a=lo ... b=password

Regards,
Max
y.beyet
Posts: 62
Joined: Tue Apr 16, 2002 6:00 pm
Location: France
Contact:

Post by y.beyet »

it's working !
Thank you
Post Reply