RouterOS v6.1 fetch address and host bug

Bug Fetch behavior has changed somewhere between v6rc9 and 6.1

If you do a http fetch specifying an address and a host ie

/tool fetch address=192.168.1.1 host=www.google.com src-path=/test.html mode=http

It used to request to address with host in the http header. Now it appears to ignore address completely if host is present do a reverse lookup and then go to host.

Why does this matter? If you have multiple ip’s tied to a host and want to check each one differently or if you have to send your request through a proxy you can no longer do it via fetch.

This breaks several of our scripts. Please advise.