Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

PHP: Daten in Adresszeile verschlüsseln oder ausblenden ?

Empfohlene Antworten

Veröffentlicht

Hi,

gibt es eine Möglichkeit, die Daten in der Adresszeile, die von einem Script an ein anderes übergeben werden, zu verschlüsseln oder auszublenden ?

Ich finde es nicht so schön ein Passwort in reinstform zu übergeben... :rolleyes:

Vielen dank schonmal ! :)

MfG

So Sachen wie Passwörter würde ich mit "Post" übergeben - dann werden sie nämlich nicht in der Adresszeile wie Get-Variablen angehängt. Dazu mußt Du im Formular eigentlich nur als method="post" einbauen!

In dem auswertenden Script kannst Du den Inhalt der Variablen dann halt entweder über die $HTTP_POST_VARS oder direkt über den Namen des Formularfeldes, in das die Informationen geschrieben wurden, ansprechen.

Bsp.:

Formular:


<form name="formular" method="post" action="script.php">

<input type="password" name="passwort">

</form>

Script:

<?php echo "$passwort"; ?>

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.