Aktionen
GX-Bug #68758
offenUrls to non-existing manufacturers should return a 404 instead of 200 HTTP status code | Urls zu nicht existierenden Herstellern sollten ein 404 statt 200 HTTP-Statuscode zurück liefern
Status:
Anerkannt
Priorität:
Normal
Zugewiesen an:
-
Kategorie:
Frontend
Zielversion:
-
% erledigt:
0%
Geschätzter Aufwand:
Steps to reproduce:
Betroffene Versionen:
4.4.0.2
Release Notes Langtext:
Beschreibung
A url like https://www.gambio-shop.de/shop1/de/?manufacturers_id=8999
should return a 404 status code, because the manufacturer with the ID 8999 does not exist.
- go to your frontend, open the developer console
- add this URL to your shops URL:
/?manufacturers_id=8999
expected:
-
/?manufacturers_id=8999
should be status 404
actual:
-
/?manufacturers_id=8999
has status 200
Aktionen