Login uses a realm authorization, uses no post data.

I can see in the response a statement that says Authorization: basic and then what looks like a base64 encoded string, but that's in the header and as far as I can tell, even with watching the binary data, I still can't see where the username and password is entered.

I did find that the site sets a cookie. Oddly enough, once that cookie is set, no matter how it gets set, the site allows my administration access. Since I'm using the free version of scraper, I can't set the cookie.

The login screen isn't a form. It's a modal dialog box that something to the effect, realm, user not authorized, please login. if I could at least find where that data is being passed to the site, then I wouldn't need to set the cookie, the login dialog box would do it for me.

Any ideas?

On the scrapeableFile >

On the scrapeableFile > advanced tab there is a place to feed the basic username and password.