Does Firefox’s “view source” option display the same HTML page code that I would obtain by opening the HTML file in the server’s file system? (e.g with notepad), or is it modified?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, its not de original source code. Firefox parses the source code before like beautifulsoup does.
You can view the original source code in linux with wget url.