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.
URL Request test method
-
- Posts: 2832
- Joined: Tue May 16, 2006 4:41 am
- Contact:
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
http://url.domain.com:80/test.aspx?a=lo ... b=password
Regards,
Max