pywb
pywb copied to clipboard
502 Bad Gateway Response on POST Request for PyWB replay
Describe the bug
When triggering a POST request by clicking the 'Load More' button of an archived page replaying in PyWB, we get a 502 Bad Gateway Response.
Steps to reproduce the bug
1 - Go to the URL: https://bvi.public-inquiry.uk/ 2 - Scroll down til the 'Documents' section 3 - Click the button 'Load More' with the dev tools opened 4 - Look for the https://bvi.public-inquiry.uk/views/ajax?_wrapper_format=drupal_ajax request 5 - If we block the URL, we get a similar result when loading the page in PyWB; the content doesn't load.
Expected behavior
The POST request should load more content on the page.
Screenshots
Environment
- OS: macOS Sonoma 14.5
- Browser: Chrome
- Version: Version 125
Additional context
NA