8000 httpduck/docs/interceptor.md at master · kdkanishka/httpduck · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.75 KB

interceptor.md

File metadata and controls

38 lines (23 loc) · 1.75 KB

Configuring HTTPDuck As an Interceptor

This configuration allows you to "spy" on a HTTP/S transaction once you define the interception and later inspect the attributes/paylods. HTTPDuck works as a man in the middle in this case.

Step 1

Go to Interceptions section in the navigation bar and simply click on "Create an Interception" button.

Fig1.0

Step 2

Now you will be redirected to the below view. There you may define to where the received request should be forwaded. This can be done by providing "Forward URL".

Fig1.0

Step 3

Created interceptions are listed as below.

Fig1.0

Step 4

Now it's time to send a request. In my example I have used POSTman as my http client.

Fig1.0

Step 5

You may pick the required interception in order to view/inspect transaction protperties intercepted by it.

Fig1.0

Step 6

It's possible to inspect both http request and response for inbound and outbound http requests.

Fig1.0

Step 7

Also, It's possible to download all the HTTP payloads in original format.

Fig1.0

0