1

As many others have asked, I am trying to use BeautifulSoup in python script to submit data to this form, and retrieve the results.

I have tried to follow this example, which closely matches my need, particularly the section 'Sending data with the form request'. The example neatly packages the form input parameters in an array that is then passed in a POST request.

But when using Chrome's developer tools to see the network responses to this form, I cannot seem to find the query string, because it is wrapped up in the primefaces javascript used on the page.

Can anyone point out where this might be, and how to formulate this in python?

1

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.