Click here to Skip to main content
15,920,513 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: What is the easyest way to get HTTP response header? Pin
Ravi Bhavnani24-Oct-02 5:08
professionalRavi Bhavnani24-Oct-02 5:08 
GeneralRe: What is the easyest way to get HTTP response header? Pin
George224-Oct-02 20:39
George224-Oct-02 20:39 
GeneralRe: What is the easyest way to get HTTP response header? Pin
George225-Oct-02 0:25
George225-Oct-02 0:25 
GeneralRe: What is the easyest way to get HTTP response header? Pin
Ravi Bhavnani25-Oct-02 1:43
professionalRavi Bhavnani25-Oct-02 1:43 
GeneralRe: What is the easyest way to get HTTP response header? Pin
George225-Oct-02 17:23
George225-Oct-02 17:23 
AnswerRe: What is the easyest way to get HTTP response header? Pin
Todd Smith24-Oct-02 8:48
Todd Smith24-Oct-02 8:48 
GeneralRe: What is the easyest way to get HTTP response header? Pin
George224-Oct-02 18:51
George224-Oct-02 18:51 
GeneralRe: What is the easyest way to get HTTP response header? Pin
Todd Smith25-Oct-02 6:47
Todd Smith25-Oct-02 6:47 
In that case here's the easiest way to get a response header


[www@staging2 apache]$ telnet www.codeproject.com 80
Trying 207.219.70.31...
Connected to www.codeproject.com (207.219.70.31).
Escape character is '^]'.
GET /index.html HTTP/1.1
host: test


HTTP/1.1 200 OK
Server: Microsoft-IIS/5.0
Date: Fri, 25 Oct 2002 16:46:38 GMT
Content-Length: 20307
Content-Type: text/html
Set-Cookie: LastVisit=10%2F25%2F2002+12%3A46%3A38+PM; expires=Wed, 23-Apr-2003 04:00:00 GMT; path=/
Set-Cookie: ASPSESSIONIDGQGGQZSK=LIPJNILADKDFHFMELBMDCJHE; path=/
Cache-control: private

Todd Smith
GeneralRichEdit Ctrl question. Pin
JohnnyG24-Oct-02 4:49
JohnnyG24-Oct-02 4:49 
GeneralCrystal Reports Pin
Ruca24-Oct-02 4:49
Ruca24-Oct-02 4:49 
GeneralRe: Crystal Reports Pin
Stephane Rodriguez.24-Oct-02 5:26
Stephane Rodriguez.24-Oct-02 5:26 
GeneralRe: Crystal Reports Pin
Patje24-Oct-02 5:46
Patje24-Oct-02 5:46 
GeneralRe: Crystal Reports Pin
Anonymous24-Oct-02 23:07
Anonymous24-Oct-02 23:07 
GeneralRe: Crystal Reports Pin
Patje25-Oct-02 0:34
Patje25-Oct-02 0:34 
GeneralChanging ComboBox Color Pin
doctorpi24-Oct-02 4:35
doctorpi24-Oct-02 4:35 
GeneralRe: Changing ComboBox Color Pin
alex.barylski24-Oct-02 13:14
alex.barylski24-Oct-02 13:14 
GeneralRecieving rate of exchange for securitypapers from the internet Pin
tabor2524-Oct-02 4:31
tabor2524-Oct-02 4:31 
QuestionHow to calculate how much height and width a string will take in pixels for any font. Pin
Muhammad Kamran24-Oct-02 3:59
Muhammad Kamran24-Oct-02 3:59 
AnswerRe: How to calculate how much height and width a string will take in pixels for any font. Pin
User 665824-Oct-02 4:25
User 665824-Oct-02 4:25 
GeneralSetting the text size such that it fits with in a rectangle. Pin
Muhammad Kamran24-Oct-02 3:53
Muhammad Kamran24-Oct-02 3:53 
GeneralRe: Setting the text size such that it fits with in a rectangle. Pin
alex.barylski24-Oct-02 13:17
alex.barylski24-Oct-02 13:17 
QuestionHow can I make textlinks in my dialogs Pin
Ola Carlsson24-Oct-02 3:47
Ola Carlsson24-Oct-02 3:47 
AnswerRe: How can I make textlinks in my dialogs Pin
valikac24-Oct-02 10:10
valikac24-Oct-02 10:10 
AnswerRe: How can I make textlinks in my dialogs Pin
Roger Stewart24-Oct-02 10:34
professionalRoger Stewart24-Oct-02 10:34 
GeneralRe: How can I make textlinks in my dialogs Pin
Ola Carlsson24-Oct-02 12:53
Ola Carlsson24-Oct-02 12:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.