On Sat, 24 Apr 2010, John Zadeh wrote:
I am not sure why my Login Post is not being accepted at (https://www.53.com/wps/portal/personal). My 'cookies' file is being created properly, but the output file indicates, that I am not getting past the main login page. I am using LiveHTTP Headers.
Then make your libcurl code use CURLOPT_DEBUGFUNCTION and make a proper trace of the entire request. Then you compare the two logs, from Firefox and from libcurl and you work on making them as similar as possible.
Cookies, User-Agent, Referer, URLs, post-fields and more should be made identical.
-- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
