Access welcome page of a sharepoint online site and get its html

Copper Contributor
I have a site hosted on the sharepoint online, which has a particular webpage at the address:
 
https://<domain-name>/abc/Pages/Home.aspx
 
which can be access through web browser and can see its html using view source, Home.aspx is the default redirect pge set by admin. so when we query till abc, we get redirected to Home.aspx automatically.
But when I try to access this page using the rest WS call in post man, like this
 
 
It does not redirect.
I need to connect to  https://<domain-name>/abc/Pages/Home.aspx using rest api call through my code and access html of the web page.
Please guide me here. 
0 Replies