OP 21 September, 2019 - 08:01 AM
(This post was last modified: 21 September, 2019 - 08:02 AM by Visible.
Edit Reason: Fixed a spacing issue.
)
Hi, so I've been working on an account checker for Hulu and I got passed the login stage and can retrieve a successful login. The only problem I'm having is going to the 'My Account' page. I just get an error every time. 

I run this code and on a successful login, I receive "{}" as the response.
![[Image: Ey2P1ck.png]](https://i.imgur.com/Ey2P1ck.png)
Then I create a new 'HttpWebRequest' and attempt to direct the user to the 'My Account' page using the same 'CookieContainer'.
![[Image: IjdBo2O.png]](https://i.imgur.com/IjdBo2O.png)
But that's when I receive this error...

![[Image: dsaSD4P.png]](https://i.imgur.com/dsaSD4P.png)
![[Image: kU7ZPed.png]](https://i.imgur.com/kU7ZPed.png)
If anyone can please help me firgure this out, that would be awesomeness.