When I specify both --post-data and --page-requisites for my request, wget
is also using the POST method and data when attempting to download things
like css files and images.  This results in a lot of 405 Method Not Allowed
errors for these files, since they only support GET.

Reply via email to