C
C
cachealot2013-03-12 01:04:23
Computer networks
cachealot, 2013-03-12 01:04:23

monitoring outgoing requests and the request body from the script

Good afternoon

There is a script from the site that generates requests to the server on port 80 or 443.
There is a need to view the full body of the request that the script generates, so that something like this can be seen:

PUT http://example.com/api/v2/prv/2042/bills/BILL-1
Accept: text/json
Authorization: Basic MjA0Mjp0ZXN0Cg==
Content-Type: application/x-www-form-urlencoded; charset=utf-8

user=tel%3A%2B79031234567&amount=10.0&ccy=RUB&comment=test&lifetime
=2012-11-25T09%3A00%3A00



I understand that this can be done using wireshark, or even using tcpdump.
But I can’t find the right key + I would like to somehow free myself from unnecessary information.

thank you in advance

Answer the question

In order to leave comments, you need to log in

2 answer(s)
C
creage, 2013-03-12
@creage

Fiddler

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question