Circling back around to this. What do you mean by crawlers? Any you'd recommend.
I did notice the URI module can pass credentials to a site, but when I try that it works with any credentials, even non-existent or incorrect credentials, so I'm not totally sure what that is actually doing because it can't be correctly authenticating. On Thursday, December 5, 2019 at 11:17:40 AM UTC-5, Stefan Hornburg (Racke) wrote: > > On 12/5/19 3:20 PM, Adam wrote: > > We've been experimenting using Selenium for things like this. It's not > simple and will probably make your head hurt (it > > makes mine hurt), but it is very flexible for things like this. > > There are numerous crawlers around that can be used for that task if you > can't stomach Selenium. > > Regards > Racke > > > > > On Wednesday, December 4, 2019 at 3:16:13 PM UTC-5, Cade Lambert wrote: > > > > We have a CMS web application that we'd like to ensure is up and > accessible. I was using the URI module to check > > the login page for a proper response code, but I'd like to go a step > further and test that a set of credentials can > > actually log into the site. I've tried messing around with some of > the examples on the URI module documentation to > > no avail. Has anyone done something like this before? > > > > -- > > You received this message because you are subscribed to the Google > Groups "Ansible Project" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to > > [email protected] <javascript:> <mailto: > [email protected] <javascript:>>. > > To view this discussion on the web visit > > > https://groups.google.com/d/msgid/ansible-project/27263f7e-0bda-46d7-a9a4-64641b06bb33%40googlegroups.com > > > < > https://groups.google.com/d/msgid/ansible-project/27263f7e-0bda-46d7-a9a4-64641b06bb33%40googlegroups.com?utm_medium=email&utm_source=footer>. > > > > > -- > Ecommerce and Linux consulting + Perl and web application programming. > Debian and Sympa administration. Provisioning with Ansible. > > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/668ba131-18c8-4e56-8177-aa919d83e933%40googlegroups.com.
