-
Get response/request Header information
hi
is there some VB code that can record the request/response header information? i am only intersted in the GET part of it if that makes it easier.
-
Unless the app whose messages you want to record is using your VB code to communicate, I don't know of any way to record the header information. There are, however, numerous third-party tools that allow you to monitor and/or log network traffic.
Phil Weber
http://www.philweber.com
Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
-
right, i am aware of the thrid party tools. i use one called softx logger. it creates a log that contains information like this:
-------------------------
GET /articles/ HTTP/1.1
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-shockwave-flash, */*
Accept-Language: en-us
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Host: www.awardspace.com
Connection: Keep-Alive
HTTP/1.0 302
Date: Fri, 09 Mar 2007 01:33:55 GMT
Server: Apache
Location: http://www.awardspace.com/about_us.html
Connection: close
Content-Type: text/html
GET /about_us.html HTTP/1.1
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-shockwave-flash, */*
Accept-Language: en-us
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Host: www.awardspace.com
Connection: Keep-Alive
--------------------------------
there is also another IE plug in called DebugBar V4.02 which gets the same info. so my feeling is there is probably a way to code VB to get the same information.
third party stuff requires the client to download and install something. not a good alternative. there has to be a way for VB to collect this information.
Similar Threads
-
By zdrsoft in forum Security
Replies: 4
Last Post: 01-11-2007, 07:19 AM
-
By imz in forum VB Classic
Replies: 0
Last Post: 03-17-2006, 02:36 PM
-
By Edwin Gomez in forum Talk to the Editors
Replies: 0
Last Post: 04-26-2002, 12:08 PM
-
By andriano in forum Enterprise
Replies: 1
Last Post: 10-02-2000, 03:54 PM
-
Replies: 1
Last Post: 05-19-2000, 12:59 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks