Command line tool to download and extract data from HTML/XML pages or JSON-APIs, using CSS, XPath 3.0, XQuery 3.0, JSONiq or pattern matching. It can also create new or transformed XML/HTML/JSON documents.
I'm loading a HTML page from disk and having xidel submit the form in the page. This form generates a HTTP POST against a server which returns a HTTP 302 redirect and a Set-Cookie header. xidel is following this redirect but is not sending the cookie it received on the redirect response.
I'm loading a HTML page from disk and having xidel submit the form in the page. This form generates a HTTP POST against a server which returns a HTTP 302 redirect and a Set-Cookie header. xidel is following this redirect but is not sending the cookie it received on the redirect response.