본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Firefox won't show you the real source of a page

more options

When viewing the 'source' of a page apparently FF finds it acceptable to do a new request for this page. I found this out because it warned me of repeating a post operation when I viewed the source. The only source which can ever be relevant is the one which was used to build the page you are viewing. Leaving aside the utter ridiculousness of having to repeat a post to get the source, even on a GET request it is impossibly to guarantee that the source you get is equivalent to the one you already have.

This means that FF is unusable for professional development. This also means I will not use FF anymore except for testing if thing work with FF. I don't like to keep switching browsers.

This is also so wrong that it undermines my confidence in the programming team behind FF.

When viewing the 'source' of a page apparently FF finds it acceptable to do a new request for this page. I found this out because it warned me of repeating a post operation when I viewed the source. The only source which can ever be relevant is the one which was used to build the page you are viewing. Leaving aside the utter ridiculousness of having to repeat a post to get the source, even on a GET request it is impossibly to guarantee that the source you get is equivalent to the one you already have. This means that FF is unusable for professional development. This also means I will not use FF anymore except for testing if thing work with FF. I don't like to keep switching browsers. This is also so wrong that it undermines my confidence in the programming team behind FF.

모든 댓글 (2)

more options

You can use right click the page and use Select All (Ctrl+A) to select the page and use View > Selection Source to see the source as generated from the DOM.
You can also enable the build-in Inspector by setting the pref devtools.inspector.enabled to true on the about:config page (needs a restart after toggling).
That gives you an Inspect entry in the Tools or in the Firefox > Web Development menu.

There are also extensions that can help with web developement.

more options

Show source should act like you describe above. I have a various extensions like you describe. I didn't know about the selection source workaround. It doesn't change the fact that the base behavior of firefox is simply wrong.