| Hi
Httrack incorrectly transforms url during redirecting
When I start httrack, it finish quickly and I see in the hts-log.txt:
Info: engine: transfer-status: link error (303, 'See Other'):...
...
Warning: See Other for
host.org/index/?module=Buyer&interface=action%2Fsearch&from=from_form&search_class=apartment&type_offer=%CA%F3%EF%E8%F2%FC&city=4&street=&general_area_min=&general_area_max=&floor=+%ED%E5+%E2%E0%E6%ED%EE&price_min=&price_max=&decorating=+%ED%E5+%E2%E0%E6%ED%EE&photo=0&time_factor=4&save_request=0&type=apartment_search
Warning: File has moved from
host.org/index/?module=Buyer&interface=action%2Fsearch&from=from_form&search_class=apartment&type_offer=%CA%F3%EF%E8%F2%FC&city=4&street=&general_area_min=&general_area_max=&floor=+%ED%E5+%E2%E0%E6%ED%EE&price_min=&price_max=&decorating=+%ED%E5+%E2%E0%E6%ED%EE&photo=0&time_factor=4&save_request=0&type=apartment_search
to
../index/?city=4&class_name=apartment&cookie_check=1&interface=interface%2Fsearch_results&module=Buyer&search_hash=56731&type_offer=%CF%F0%EE%E4%E0%EC
...
Info: engine: transfer-status: link recorded:
host.org/index/?city=4%26class_name=apartment%26cookie_check=1%26interface=interface%2Fsearch_results%26module=Buyer%26search_hash=56731%26type_offer=%CF%F0%EE%E4%E0%EC
-> /tmp/chelreal.ru/chelreal.ru/index/index93d6.html
In last 2 paragraphs we see that httrack change symbol '&' to '%26' – that
is the reason IMHO that mirroring failed....
When I place in my browser url:
«host.org/index/?city=4%26class_name=apartment%26cookie_check=1%26interface=interface%2Fsearch_results%26module=Buyer%26search_hash=56731%26type_offer=%CF%F0%EE%E4%E0%EC»
I get wrong result, but if I change '%26' to '&' by hands in the browser's url
– I get what I want...
«host.org/index/?city=4&class_name=apartment&cookie_check=1&interface=interface%2Fsearch_results&module=Buyer&search_hash=56731&type_offer=%CF%F0%EE%E4%E0%EC»
| |