How to find source code of a webpage ??

safaristyle

Regular Member
Joined
May 4, 2008
Messages
453
Reaction score
82
I want to know, how to find source code of a webpage which is using php 301 redirect. Because when I am trying to see the source code it is showing the source code of landing page. Is there any way to get source of that page before redirect happens.
 
Right click on your webpage and simply click on Source code.
 
Do a HTTP request, with no redirects. Use an online REST client to do it.
 
Just right click on your webpage and then you will see all the source code in your webpage.
 
Just right click on your webpage and then you will see all the source code in your webpage.

It's not easy like that....Because the page use php redirect and you go to another webpage.
 
buddy,I think this rule applies to all server side scripts, SSI, and programming code. Therefore, features such as search engines, forums, polls, chat, etc. will not display their code.
 
Back
Top