Open Kingsl8yer opened 5 months ago
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.
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.
The POST request should load more content on the page.
NA
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
Additional context
NA