Authorization header is missing – Autorisierungs-Header fehlt

Home Forums BulletProof Security Pro Authorization header is missing – Autorisierungs-Header fehlt

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #39735
    AITpro Admin
    Keymaster

    Question copied from wordpress.org > https://de.wordpress.org/support/topic/nach-update-auf-5-6-keine-bearbeitung-moeglich/page/2/#post-96629

    Guten Morgen,

    an @aitpro

    Erhalte Fehlermeldung:

    Autorisierungs-Header fehlt

    Versuch htaccess zu ändern schlägt fehlt, weil die Änderung sofort in Quarantäne verschoben wird.

    Was kann ich tun?
    DANKE!

    LG
    guckmada

    LG
    guckmada

    Good Morning,

    to @aitpro

    I get error message:

    Authorization header is missing

    Attempt to change htaccess fails because the change is immediately moved to quarantine.

    What can I do?
    THANK YOU!

    #39737
    AITpro Admin
    Keymaster

    BPS Pro has a feature called Custom Code here > BPS Pro > B-Core > Custom Code. Do the steps below to save your custom .htaccess code to BPS Pro Custom Code permanently so that it is written into your Root .htaccess file from BPS Pro Custom Code. This will also prevent AutoRestore|Quarantine from quarantining your Root .htaccess file.

    BPS Pro verfügt über eine Funktion namens Custom Code hier > BPS Pro > B-Core > Custom Code. Führen Sie die folgenden Schritte aus, um Ihren benutzerdefinierten .htaccess code dauerhaft in BPS Pro Custom Code zu speichern, damit er aus BPS Pro Custom Code in Ihre Root .htaccess Datei geschrieben wird. Dadurch wird auch verhindert, dass AutoRestore | Quarantine Ihre Root .htaccess-Datei unter Quarantäne stellt.

    1. Go to the BPS Pro > B-Core > htaccess File Editor tab page.
    2. Click the “Your Current Root htaccess File” tab.
    3. Copy this section of BPS .htaccess code: # WP REWRITE LOOP START. See example .htaccess code below.
    4. Go to the Custom Code tab page > click the “Root htaccess File Custom Code” accordion tab/button.
    5. Paste the # WP REWRITE LOOP START section of .htaccess code into this Custom Code text box: 8. CUSTOM CODE WP REWRITE LOOP START.
    6. Edit your # WP REWRITE LOOP START section of .htaccess code and add the: RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] line of .htaccess code after this line of .htaccess code: RewriteEngine On.
    7. Click the Save Root Custom Code button.
    8. Go to the Security Modes tab page and click the Root Folder BulletProof Mode Activate button.

    Example # WP REWRITE LOOP START section of .htaccess code.
    Note: Do not use this example code. Use your actual Root htaccess file code.
    Beispiel # WP REWRITE LOOP START-Abschnitt des .htaccess Code.
    Hinweis: Verwenden Sie diesen Beispielcode nicht. Verwenden Sie Ihren tatsächlichen Root htaccess Dateicode.

    # WP REWRITE LOOP START
    RewriteEngine On
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /
    RewriteCond %{HTTPS} !=on
    RewriteCond %{SERVER_PORT} ^80
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
    RewriteRule ^index\.php$ - [L]

    1. Gehen Sie zur Registerkarte BPS Pro> B-Core> htaccess File Editor.
    2. Klicken Sie auf die Registerkarte “Your Current Root htaccess File”.
    3. Kopieren Sie diesen Abschnitt des BPS .htaccess Code: # WP REWRITE LOOP START. Siehe Beispiel .htaccess Code oben.
    4. Gehen Sie zur Registerkarte Benutzerdefinierter Code und klicken Sie auf die Akkordeon-Registerkarte / Schaltfläche “Root htaccess File Custom Code”.
    5. Fügen Sie den Abschnitt # WP REWRITE LOOP START des .htaccess-Codes in dieses Textfeld für benutzerdefinierten Code ein: 8. CUSTOM CODE WP REWRITE LOOP START.
    6. Bearbeiten Sie den Abschnitt # WP REWRITE LOOP START des .htaccess-Codes und fügen Sie die folgende Zeile hinzu: RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] Zeile des .htaccess-Codes nach dieser Zeile des .htaccess-Codes: RewriteEngine On.
    7. Klicken Sie auf die Schaltfläche Benutzerdefinierten Stammcode speichern.
    8. Wechseln Sie zur Registerkarte Sicherheitsmodi und klicken Sie auf die Schaltfläche Root Folder BulletProof Mode Activate.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.