Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ MT-multithreading and servers » Http file download question
Re: Http file download question [message #36390 is a reply to message #36386] Wed, 23 May 2012 18:51 Go to previous messageGo to previous message
koldo is currently offline  koldo
Messages: 3361
Registered: August 2008
Senior Veteran
Thank you Mirek

Log is here:

HTTP START
Starting status 2 'Resolving host name', url: myintranet
HTTP Execute: Resolving host name
HTTP StartConnect
HTTP AfterConnect
Starting status 6 'Sending request', url: myintranet
HTTP REQUEST myintranet:0
HTTP request:
GET http://myintranet/data/myfile/myfile.pdf HTTP/1.1
URL: http://myintranet/data/myfile/myfile.pdf
Host: myintranet
Connection: close
Accept: */*
Accept-Encoding: gzip
User-Agent: U++ HTTP request
Proxy-Authorization: Basic MjM4NTM6c29ycHJlc2E=


HTTP Execute: Sending request
Starting status 7 'Receiving header', url: myintranet
HTTP Execute: Receiving header
HTTP Header received: 
HTTP/1.1 307 Temporarily Moved for Domain Name Expansion
Mime-Version: 1.0
Date: Wed, 23 May 2012 18:45:30 CEST
Connection: close
Proxy-Connection: close
Location: http://www.myintranet.com/data/myfile/myfile.pdf
Content-Length: 1670


HTTP status code: 307
Starting status 8 'Receiving content', url: myintranet
HTTP Execute: Receiving content
HTTP reading data 1670
HTTP Out 1670
--- HTTP redirect http://www.myintranet.com/data/myfile/myfile.pdf
HTTP START
Starting status 2 'Resolving host name', url: www.myintranet.com
HTTP Execute: Resolving host name
HTTP StartConnect
HTTP AfterConnect
Starting status 6 'Sending request', url: www.myintranet.com
HTTP REQUEST www.myintranet.com:0
HTTP request:
GET http://www.myintranet.com/data/myfile/myfile.pdf HTTP/1.1
URL: http://www.myintranet.com/data/myfile/myfile.pdf
Host: www.myintranet.com
Connection: close
Accept: */*
Accept-Encoding: gzip
User-Agent: U++ HTTP request
Proxy-Authorization: Basic MjM4NTM6c29ycHJlc2E=


HTTP Execute: Sending request
Starting status 7 'Receiving header', url: www.myintranet.com
HTTP Execute: Receiving header
HTTP Header received: 
HTTP/1.1 200 OK
Cache-Control: private, no-cache, must-revalidate
Pragma: no-cache
Server: Oversee Turing v1.0.0
Content-Encoding: gzip
Content-Type: text/html
Expires: Mon, 26 Jul 1997 05:00:00 GMT
Keep-Alive: timeout=3, max=91
P3P: policyref="http://www.dsparking.com/w3c/p3p.xml", CP="NOI DSP COR ADMa OUR NOR STA"
Set-Cookie: parkinglot=1; domain=.myintranet.com; path=/; expires=Thu, 24-May-2012 16:45:30 GMT
Content-Length: 947
Date: Wed, 23 May 2012 16:45:30 GMT
Via: 1.1 ironport.myhost.com:8080 (IronPort-WSA/7.1.3-021)
Connection: close
Proxy-Connection: close


HTTP status code: 200
Starting status 8 'Receiving content', url: www.myintranet.com
HTTP Execute: Receiving content
HTTP reading data 947
HTTP Out 1744


Best regards
IƱaki
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Set thread priority for linux
Next Topic: [Solved]Can't show favicon.ico in Skylark if root path is not Null
Goto Forum:
  


Current Time: Tue May 14 19:41:39 CEST 2024

Total time taken to generate the page: 0.02730 seconds