Hi All,
I have a requirement for rendering entire 3rd party website into our application.
To download data, we are using
WebRequest class in-built Dot net library .
While downloading, status code shows 302 which means moved temporally.
Suppose for example, I am accessing ( https://abc.com/xyz.html file ) from our localhost/hosted application (IIS) and above link is different website. So here I am getting 302 status on browser console.
Kindly help me out how we can handle this status.