CORRUPT HTTP-REQUEST CACHE Entries in DB
-
Incorrect HTTP_REQUEST are also stored in the database with response code 200 the body content is empty.
No products will then be displayed in the frontend.
Background: Amazon also sometimes delivers inquiries via e.g.
https://ws-eu.amazon-adsystem.com/widgets/q?SearchIndex=All&multipageStart=0&multipageCount=20&Operation=GetResults&Keywords=B07P5KDFG5%7CB07GX86D6Z%7CB07XDMFQN7%7CB07PDH88QL%7CB01GVO8DTI%7CB01A3L5S3 E&InstanceId=0&TemplateId=MobileSearchResults&ServiceVersion=20070822&MarketPlace=DE
with empty content. content length: 0 But the answer code is 200.
So $aCache[ ‘data’ ][ ‘body’ ] is empty
Anfrage-URL:
HTTP/1.1 200 200 Date: Thu, 07 Dec 2023 09:41:32 GMT Server: Server Content-Encoding: gzip Content-Length: 0 Vary: User-Agent Connection: close
At Amazon there appear to be defective load balancing instances.
- The topic ‘CORRUPT HTTP-REQUEST CACHE Entries in DB’ is closed to new replies.