Click to See Complete Forum and Search --> : Read an HTTP request header ?
August 11th, 1999, 08:46 AM
hello all.....
how can my app read an HTTP header request (from browser such as IE)?
how can I send a response header ?
is HTTP header is just a string ?
BIG Thanx
PS : I'm using VB, if you give me source code to do it, it would very nice
.....
Fabi Pantera
November 22nd, 1999, 03:16 AM
I have the same problem. DO you have some information regading the HTTP headers? Can you please help me?
Thanks in advanced,
Faby
December 18th, 1999, 07:23 AM
hi if now you know the aswer please let me know
thank's
donhas@hotmail.com
Mikesc
December 19th, 1999, 08:18 AM
Not sure if this is what you need but have you looked at the Request object in ASP and its ServerVariables collection?
the code would be something like this on an asp page:
<% sheader=Request.ServerVariables("ALL_HTTP")
Response.Write sheader %>
There are loads of other server variables listed in msdn. Look under request collections...
Hope this helped...
apsmywebusa
December 19th, 1999, 11:05 PM
First, the question is a little vague. What are you using for the data connection?
Is it a socket level connection? Is it a internet connection object? Is it a browser Object?
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.