Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > ASP functions can get the HTTP request and response headers?

Reply
Thread Tools

ASP functions can get the HTTP request and response headers?

 
 
John Davis
Guest
Posts: n/a
 
      08-28-2003
Any ASP functions can get the HTTP request and response headers?

Thanks!
John


 
Reply With Quote
 
 
 
 
Bob Barrows
Guest
Posts: n/a
 
      08-28-2003
John Davis wrote:
> Any ASP functions can get the HTTP request and response headers?
>
> Thanks!
> John


for each x in request.servervariables
response.write x & ": " & request.servervariables(x) & "<BR>"
next

Is that what you want?

Bob barrows


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
HTTP SOAP/HTTP GET/HTTP POST milan_9211 Software 0 01-10-2011 02:10 PM
Can I change the response URL to http://server/page.XLS instead of http://server/page.ASPX ? guillermojco@gmail.com ASP .Net 3 04-26-2007 04:49 AM
Monitoring the HTTP Request and Response headers otf Java 0 03-29-2006 02:45 PM
HTTP::Request/GET response not expected Mike Starkie Perl Misc 16 05-11-2005 11:54 PM
how can i simulate my pc as http server by writing java code to send the http response by socketstream to some pc in the internet?! mike Java 5 09-21-2004 02:04 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57