I've found a way to read an HTML page in Ant with Groovy + HTMLCleaner (see: Parse HTML using with an Ant Script ) but I am unable to find a way to first POST some data to a URL and then get a response and be able to parse that with HTMLCleaner (or something similar). Is this posible?
相关问题
- Correctly parse PDF paragraphs with Python
- HTML form is not sending $_POST values
- POST Base64 encoded data in PHP
- R: eval(parse()) error message: cannot ope
- Grails External Configuration. Can't access to
You can use the groovy REST client, which is part of the HTTPBuilder project.