Handling POST-based pagination

Hi everyone, I'm trying to crawl a list of questions, but the paginated index uses a POST request instead of GET, which complicates things. How would you work around this issue? Here's the POST request:
{
"p": "2",
"jspResults": "../questions-and-declarations/biblioListQp.jsp",
"replaceLang": "",
"real_form_name": "sidesForm",
"action": "1"
}
{
"p": "2",
"jspResults": "../questions-and-declarations/biblioListQp.jsp",
"replaceLang": "",
"real_form_name": "sidesForm",
"action": "1"
}
All the questions | Parliamentary questions | Questions and declara...
Check all recent parliamentary questions. Use a search engine to find a specific question using criteria such as parliamentary term, author, number, political group or related words.
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?