Hello, I would like to retrieve a web page and its requisites. Getting the page itself requires sending some POST data. I use the --post-file and --page-requisites options. The problem I'm facing is that after getting the page itself using POST, wget also requests the requisites using the POST method and the server replies with a "405 Method not allowed". It expects the other documents to be requested with the GET method (just as "other" browsers do).
Do you have suggestions on how to tackle this problem? I can provide more information if needed. Thanks, -Ben
