I have to download the webpage so as to obtain original html content before javascript changes the html in Node.js or it can be via terminal.
This action can be performed by terminal with the help wget
but there is a problem. When i am doing wget www.example.com/example/example1
or curl -o www.example.com/example/example1
in both cases it is downloading the view-source code