Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

View actual sourcecode

  • 2 Antworten
  • 1 hat dieses Problem
  • 9 Aufrufe
  • Letzte Antwort von Birger52

more options

Developing a site with login. How do I see the actual source code of the page, after logging in? "View sourcecode" from menu, show me the login page, which is not what I need...

Developing a site with login. How do I see the actual source code of the page, after logging in? "View sourcecode" from menu, show me the login page, which is not what I need...

Ausgewählte Lösung

There are several ways to view the page source:

1. Rightclick on anywhere -> "View page source"

2. Press the Hotkey [Ctrl] + [U]

3. write "view-source:" infront of your url (e.g. view-source:https://google.com)

You can also use the Firefox developementtool "Inspector" by pressing [F12]

Many greets

Diese Antwort im Kontext lesen 👍 0

Alle Antworten (2)

more options

Ausgewählte Lösung

There are several ways to view the page source:

1. Rightclick on anywhere -> "View page source"

2. Press the Hotkey [Ctrl] + [U]

3. write "view-source:" infront of your url (e.g. view-source:https://google.com)

You can also use the Firefox developementtool "Inspector" by pressing [F12]

Many greets

more options

Thx for answering.

view-source does the thing.

None of the others actually gives the sourcecode - some give Firebugs version of it [F12], and some give a version that is no longer valid - f.eks. after logging in, you get the code of the login page..