My problem's simple. I'm attempting to load a login page for a site in a VB.NET WebBrowser control.

When I go to the site in Firefox, I see the site like normal.
When I go to the site with my VB.NET WebBrowser control, I get a 401: Unauthorized error.

What could cause the WebBrowser to load something differently than Firefox? Is there any way around this?