I'd like to create a sensor in PRTG that actually logs into an ASP.NET web site to make sure that the site is functional. This is an ASP.NET site so session infro is maintained.

I've tried the HTTP transaction sensor, but since there isn't a way to know the correct session information for the POSTDATA, it doesn't seem to work.

Is there another sensor that might help me accomplish this or a way to make the HTTP Transaction sensor do this (simulate a user login)?


Article Comments

Hi,
I'm afraid there is no native sensor in PRTG which can handle session based logins. The only way around here would be using a own script in addition to a EXE/Script Sensor or a EXE/Script Advanced Sensor.
Best regards


Mar, 2013 - Permalink

Hello.

I have a transactional http type sensor is validated in a asp.net page with user name and password.

With Paessler URL Recorder tool get the POSTDATA then you must indicate in the sensor.

regards


Mar, 2013 - Permalink