Hi,

I searched around the forum but I couldn't find the right answer for my problem.

I am trying to make a GET request to a .php page. To get to this page I have to pass before to a login page (username and password then).

My application has a browser from where I manually login and then with one button I want to do this GET request but not from the browser. I need to create a GET request using the cookie and Session ID from the browser in my app.

I think I need to create this GET with the original header from the browser but I am new to vb and I am trying to figure out how:

1. create a simple GET request
2. add cookie, session ID, headers to the GET request
3. get the page source (I already use the browser.document but I'd like to retrieve it from the get request).

Can someone pls help me or point me to the right direction?

Thanks for your help and sorry for my bad english