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.

Empfohlene Antworten

Veröffentlicht

Kann Jemand bestätigen dass das Forum via Proxy Probleme macht?

Szenario:

Normalerweise nutze ich @home einen lokalen Proxy (squid 3.1)

Proxies schicken Via: und X-Forwarded-For: Header.

Existiert im http request ein X-Forwarded-For: Header, meldet der Server (nginx) einen 500 Server error zurück.

Das lässt sich mit curl nachvollziehen:


# curl -L -v http://www.fachinformatiker.de 2>&1 | grep '< HTTP/1.1'

< HTTP/1.1 303 See Other

< HTTP/1.1 301 Moved Permanently

< HTTP/1.1 200 OK

Ohne Proxy-Header: Nach zwei Location: Headern wird die Seite angezeigt.

# curl -L -v -H "X-Forwarded-For: 1.1.1.1" \

             -H "Via: proxy (curlheaders/3.1)" \

  http://www.fachinformatiker.de 2>&1 | grep '< HTTP/1.1'

< HTTP/1.1 500 Internal Server Error

Mit den typischen Via: und X-Forwarded-For: Proxy Headern kommt direkt ein 500 zurück.

Der X-Forwarded-For alleine reicht bereits für den 500er. Dieser kann z.B. bei Squid nicht abgeschaltet werden (nur auf X-Forwarded-For: unknown gestellt).

PN an StefanE ist dazu raus.

Erstelle ein Konto oder melde dich an, um einen Kommentar zu schreiben.

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.