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
.....
Printable View
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
.....
I have the same problem. DO you have some information regading the HTTP headers? Can you please help me?
Thanks in advanced,
Faby
hi if now you know the aswer please let me know
thank's
[email protected]
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...
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?