I did. It provides the http request (eg., http://www.somesite.com/page.htm)
including sections QueryString (eg., NRMODE=Published) and Body (e.g,
TextSearch=Antique and ButtonSearch=Search). I couldn't find the complete
http request: combination of the http request in one statement? Could I?
Thanks.
If you go to the Session Inspector tab, click on the Raw button in the top
half to see exactly what the request was in total, and the Raw button in the
bottom half to see exactly what the response was.
Dan
Hopes wrote on Wed, 25 Jun 2008 11:38:26 +0700:
> I did. It provides the http request (eg.,
> http://www.somesite.com/page.htm) including sections QueryString (eg.,
> NRMODE=Published) and Body (e.g, TextSearch=Antique and
> ButtonSearch=Search). I couldn't find the
> complete http request: combination of the http request in one
> statement? Could I? Thanks.
>> I've already given a URL for Fiddler, did you take a look? It does
>> what you want.
>> Dan
>> Hopes wrote on Tue, 24 Jun 2008 18:38:00 +0700:
>>> I am asking looking for the complete http request sent to the server
>>> including the parameters out of my pc. Thanks.
>>> Hopes.
>>>> Hopes wrote on Tue, 24 Jun 2008 09:30:06 +0700:
>>>>> Hi,
>>>>> I would like to know any html command send to the internet,
>>>>> not only the website address but the parameter in the html itself
>>>>> as well.
>>>>> I use Internet Explorer 7 and XP SP2. I have checked directory
>>>>> \Local Settings\Temporary Internet Files
>>>>> but it is only a list of internet files without the related html
>>>>> commands. Thanks.
>>>>> Hopes.
>>>> Are you asking about the HTTP request/response header details? HTML
>>>> is the language used to generate the pages, and so everything that
>>>> is in the temporary internet files is the HTML.
>>>> You can use a HTTP inspection tool like Fiddler (
>>>> http://www.fiddlertool.com/fiddler/ ) to see all the HTTP request
>>>> and response details being sent back and forth for each request.