Using forms on HTML pages

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
dfoley
Posts: 11
Joined: Tue Dec 21, 2004 7:28 am
Location: USA

Using forms on HTML pages

Post by dfoley »

I am not sure if this is possible but then HostMonitor seems to be able to accomplish most anything. We want to login to a web page (this works well) and then start a search for default item (a PDF Document)
Then pull this PDF document
Good result would be document is available and downloaded.

The whole idea is to test that IBM FileNet ISRA document viewer is working.

Thank You
dfoley
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

URL and HTTP test can perform just 1 request.
In some cases you may setup several test items to perform several requests in a row but this does not work with most authentication schemes.
I cannot say if this may work in your case because I need to know how exactly you implemented authentication on your server: basic HTTP? NTLM? some custom forms plus client-side cookies? login based on some information stored on server side (e.g. some servers keep IP address of logged user so following requests may work without authentication)?

Regards
Alex
dfoley
Posts: 11
Joined: Tue Dec 21, 2004 7:28 am
Location: USA

Using forms on HTML pages

Post by dfoley »

Alex - That gave me an idea - I checked the web site and I can connect direct to the "Dispatcher" page once I have logged in. HostMonitor already logs in as a test every 10 minutes so I added a URL test to the FileNet dispatcher

https://xxxxxx.xx..com:443/ISRA/Dispatcher?action_command=getDocumentContentViewer&docId=100025

When I put this URL in a browser it comes back with a "SAVE FILE" dialog box. Within HostMonitor it just comes back with "Host Alive". Am I right in assuming that the test is working correctly?

Thank You
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

I think so. "Host is alive" for URL/HTTP test means web server responds with HTTP code "Ok", no errors, etc.

Regards
Alex
Post Reply