![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| question regarding multithreading and malloc() requests | JamesGoh | High Level Programming | 12 | 03-12-2008 01:20 PM |
| find number of incoming requests to a server | laddu | UNIX for Dummies Questions & Answers | 1 | 03-09-2007 10:48 PM |
| Linux and ICMP timestamp requests. | gerwhelan | Linux | 2 | 10-06-2003 04:44 AM |
| turning off certain http requests | blp001 | UNIX for Dummies Questions & Answers | 1 | 08-07-2003 12:28 PM |
| Requests for Opening/Closing Threads | Neo | Post Here to Contact Site Administrators and Moderators | 0 | 01-22-2001 02:50 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Need to log http requests
Hi folks,
I am trying to build this GUI application that will perform some http requests to a specific server. Basically I will use curl to "pretend" that it is a browser a sending an http request from a form. My http knowledge is very low, and the site is tricky, but I think if I could log the http requests that my browser is sending out, I could figure out how to overcome the problem. Can someone teach me how I could do this? Is there a command I could type on the terminal that would return me the http requests my browser is sendin out? Thank you, Bernardo Höhl Rio de Janeiro - Brazil Macintosh G5 Mac Os 10.4.7 running on top of Unix FBSD |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
In case of Apache, all the requests are logged under
$INSTALL/logs/access_log.<TimeStamp> By default the log level is set to warn (medium) in http.conf. You can increase to get all requests. I have not tried this if this only effects error_log or acccess_log files also. Regards, Rishi |
|
#3
|
|||
|
|||
|
Hi Rish,
Thanks for trying to help. But you did not understand me. I don't want to see my apache's log, I want to see the requests my browser is sending to a remote server. |
|
#4
|
|||
|
|||
|
I got a solution for this, so I will post it here so others can benefit from my experience:
Mozilla has an extension called "LiveHttpHeaders" that does the trick, Thanks! |
|||
| Google The UNIX and Linux Forums |