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)?
Add comment