[Bug-wget] POST requests also use POST for downloading page requisites
From:
Jocelyn M Oudesluys
Subject:
[Bug-wget] POST requests also use POST for downloading page requisites
Date:
Thu, 26 Feb 2009 11:29:00 -0500
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.