| Hello,
Is HTTrack form-based authentication working with HTTPS?
I have been unsuccessful at using "URL Capture" in that context. I tried to
manually make a postfile (based on Chrome Developer tools POST capture) and
configure Windows client with that line :
<https://my.website.com/index.php:443?>postfile:C:\Users\myname\Desktop\project\hts-post2>
But it did not seem to work.
hts-post2 contains :
POST /index.php HTTP/1.1
Host: my.website.com
Connection: keep-alive
Content-Length: 51
Cache-Control: max-age=0
Origin: <https://my.website.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like
Gecko) Chrome/21.0.1180.89 Safari/537.1
Content-Type: application/x-www-form-urlencoded
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Referer: <https://my.website.com/index.php>
Accept-Encoding: gzip,deflate,sdch
Accept-Language: en-US,en;q=0.8
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3
Cookie: PHPSESSID=xxx;
username=xxxx&password=xxxxx
Is the software supporting this HTTPS form-based authentication? | |