Re: [SLUG] monitoring aspx website, how ?

2011-12-11 Thread Dave Kempe
- Original Message - > From: "Voytek Eymont" > To: slug@slug.org.au > Sent: Friday, 9 December, 2011 10:13:00 AM > Subject: [SLUG] monitoring aspx website, how ? > is wget the way to go for aspx site, or what's a good tool for that ? > I reckon http:/

Re: [SLUG] monitoring aspx website, how ?

2011-12-09 Thread Henare Degan
On Fri, Dec 9, 2011 at 10:13, Voytek Eymont wrote: > I have userid/password to an aspx based website, > what can I use to script a login and get info or monitor for new info on a > page ? > > is wget the way to go for aspx site, or what's a good tool for that ? A wise man once said, "You are ente

Re: [SLUG] monitoring aspx website, how ?

2011-12-08 Thread Ken Foskey
Just a general idea. I used curl to do this a while ago. Look at the field names and use the URL + ?user=you&pass=password. Store the cookie! User and pass come from the id= in the HTML Access the page you really want using the cookie grabbed above and filling out any fields the same way as

Re: [SLUG] monitoring aspx website, how ?

2011-12-08 Thread Amos Shapira
The quoted HTML is missing the "" tag and looks like a partial copy/paste from a larger HTML page. The tag is important in order to learn the URL to which the form is submitted. --Amos On 9 December 2011 16:03, Voytek Eymont wrote: > > On Fri, December 9, 2011 3:42 pm, Jeremy Visser wrote: >

Re: [SLUG] monitoring aspx website, how ?

2011-12-08 Thread Voytek Eymont
On Fri, December 9, 2011 3:42 pm, Jeremy Visser wrote: > Thus spake Voytek Eymont: > If it uses HTTP auth, then just pass the --http-user and --http-password > options to wget. > > If it requires that you log in via a form and assigns a cookie, that's a > little more involved but certainly by no

Re: [SLUG] monitoring aspx website, how ?

2011-12-08 Thread Jeremy Visser
Thus spake Voytek Eymont: > I have userid/password to an aspx based website, > what can I use to script a login and get info or monitor for new info on a > page ? > > is wget the way to go for aspx site, or what's a good tool for that ? Depends on how you log on to the site. Nothing fancy about a

[SLUG] monitoring aspx website, how ?

2011-12-08 Thread Voytek Eymont
I have userid/password to an aspx based website, what can I use to script a login and get info or monitor for new info on a page ? is wget the way to go for aspx site, or what's a good tool for that ? -- Voytek -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscriptio