webrecorder / pywb

Core Python Web Archiving Toolkit for replay and recording of web archives
https://pypi.python.org/pypi/pywb
GNU General Public License v3.0
1.34k stars 207 forks source link

502 Bad Gateway Response on POST Request #910

Open Kingsl8yer opened 3 weeks ago

Kingsl8yer commented 3 weeks ago

Describe the bug

When clicking the 'Next Page' button of an archived page in PyWB, a 502 Bad Gateway Response is received after triggering a POST request.

Steps to reproduce the bug

1 - Go to the URL: https://orcl.my.site.com/CLR_Search 2 - Scroll down til the 'Consultant Lobbyist' section 3 - Click the 'Next Page' button with the dev tools opened 4 - Look for the 'https://orcl.my.site.com/CLR_Search?sfdcIFrameOrigin=null' POST Request 5 - If we block the URL, we get a similar result when loading the page in PyWB; the content doesn't load.

Expected behaviour

When the 'Next Page' button is clicked, it should load the following page of the table that it's showing.

Screenshots

Screenshot 2024-06-13 at 10 21 02 Screenshot 2024-06-13 at 10 19 55

Environment

OS: macOS Sonoma 14.5 Browser: Chrome Version: Version 125

Additional context

NA