Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Http request manipulation

Status
Not open for further replies.

lecmns

Programmer
Sep 11, 2001
19
0
0
IN
Hi,

me a fresher in this language.. but got some low level doubts.. please help me out..

I want to check if there's a cookie with the name 'x' in the HttpRequest retrieved. If yes, I want to check the value of a parameter which is set inside the same cookie.

How do I do this?
Do I get the cookie if I say something like the one below?
"p->GetHeader(pfc,"X",cooKieBuffer,&bufLen);"
or do I have to get something withinwhich I need to search for this guy?
How do I get to search something which is set inside a cookie?

sorry these may sould real funny for you..
but I am really new tothis area of 'C' and I am trying to get a hold of this ASAP. and I am alotted very little time for the completion. I need to get help.. some how..

Help me guy...
Thankx in advance

lecmns

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top