Hi,
I need the html of page , where the http status has return 301 , for example http://www.test.com 301 https://www.test.com (i want html of this page)
how to achive that , please need help regarding the same
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
What have you tried? Getting the html from the 301 page would be nearly identical of a 200 page.
yes , actually requested page is having status of 301, and returning to subdomain url with https url. and i want to get the html of page
The 301 redirect is server side, so then there won't be any content to receive.
Hi,
I need the html of page , where the http status has return 301 , for example
http://www.test.com 301
https://www.test.com (i want html of this page)
how to achive that , please need help regarding the same
What have you tried? Getting the html from the 301 page would be nearly identical of a 200 page.
yes ,
actually requested page is having status of 301, and returning to subdomain url with https url.
and i want to get the html of page
The 301 redirect is server side, so then there won't be any content to receive.