Hi All, Greetings !! I am facing very strange problem, I am able to open mail.google.com using CURL from command line interface. I generated .c with --libcurl option and executed it, page opens there also. I am working with WebKit gtk port on linux to open the page but I get error as following. Please help me.
-Naiem Output of Curl Verbose < * Ignoring the response-body * Connection #0 to host left intact * Issue another request to this URL: 'http://mail.google.com/mail/' * About to connect() to mail.google.com port 8080 (#1) * Trying ... * connected * Connected to mail.google.com port 8080 (#1) > GET http://mail.google.com/mail/ HTTP/1.1 Host: mail.google.com Pragma: no-cache Accept-Encoding: deflate, gzip Referer: http://mail.google.com Proxy-Connection: Keep-Alive User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/420+ (KHTML, like Gecko) Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 * Added cookie GV="EXPIRED" for domain mail.google.com, path /mail, expire 631152000 * Ignoring the response-body * Connection #1 to host left intact * Issue another request to this URL: 'https://www.google.com/accounts/ServiceLogin?service=mail&passive=true&rm=false&continue=http%3A%2F%2Fmail.google.com%2Fmail%2F%3Fui%3Dhtml%26zy%3Dl<mpl=default<mplcache=2' * About to connect() to www.google.com port 443 (#2) * Trying 64.233.189.104... * Connection refused * couldn't connect to host * Closing connection #2 _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-dev

