Closed GoogleCodeExporter closed 9 years ago
I think the cause of this problem to be a method of user authentication and is
not a
URI scheme (https). Webparser supports only the user authentication by "GET"
method
like "Basic Authentication". e.g. https://user:password@example.com/
Even if the site is https if such an attestation method used, the server will
return
the correct response. (Gmail feed is the exactly example.) However, if the
server
uses the authentication by the method such as "POST", Webparser will be able to
receive only the login page or 401.
In such a case, I think that we have only the way to parse by using Webparser
after
the source is downloaded to the local by using the other program like cURL.
Original comment by kenz0.sa...@gmail.com
on 30 Jan 2010 at 5:44
Original comment by kenz0.sa...@gmail.com
on 13 Mar 2010 at 6:50
Original issue reported on code.google.com by
seliva...@gmail.com
on 29 Jan 2010 at 10:43