HTTP 400 Bad Request from prefetch since 9.0 upgrade

(imported topic written by Bill.Ehardt)

We have an action that sends out a file to servers that has worked with no issues in 8.2. However, running it in 9.0 we get a “Download Error: Unexpected HTTP Response: 400 Bad Request”. The reason we do it this way is that so people can upload a new AM_List.ini without having to modify the action.

The prefetch command is

begin prefetch block

add nohash prefetch item url=http://127.0.0.1:52311/uploads/AM_list/AM_List.ini

end prefetch block

If I go to the URL from the bigfix server, I see the file with no problems. Has something changed in 9.0?