parsing on c# httprequest

A

americanas1

Hey all, when doing an httprequest/response i open a specific url
which then redirects me to another.

The html coming back is correct on the httpresponse, is the html
coming from the second page/url redirected to.

How can i grab/get the url of the page redirected to? we only have the
first url used on the httprequest.

Thanks in advanced for your help.
 
A

Arne Vajhøj

Hey all, when doing an httprequest/response i open a specific url
which then redirects me to another.

The html coming back is correct on the httpresponse, is the html
coming from the second page/url redirected to.

How can i grab/get the url of the page redirected to? we only have the
first url used on the httprequest.

Try:

response.ResponseUri

Arne
 
A

Arne Vajhøj

Hey all, when doing an httprequest/response i open a specific url
which then redirects me to another.

The html coming back is correct on the httpresponse, is the html
coming from the second page/url redirected to.

How can i grab/get the url of the page redirected to? we only have the
first url used on the httprequest.

Try:

response.ResponseUri

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top