0% found this document useful (0 votes)
150 views6 pages

Fiddler Tool Document

Fiddler 4 Tool Document: The document provides instructions for using the Fiddler 4 tool to test APIs. It describes how to: 1. Download and open Fiddler 4. 2. Select the POST option and enter the API URL. 3. Specify the content type and include authentication details like customer code, user ID, and password. 4. Click execute to send the request and view the response.

Uploaded by

Zia Ahmad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
150 views6 pages

Fiddler Tool Document

Fiddler 4 Tool Document: The document provides instructions for using the Fiddler 4 tool to test APIs. It describes how to: 1. Download and open Fiddler 4. 2. Select the POST option and enter the API URL. 3. Specify the content type and include authentication details like customer code, user ID, and password. 4. Click execute to send the request and view the response.

Uploaded by

Zia Ahmad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 6

FIDDLER 4 Tool Document:

How to use Fiddler Tool?


1) Download the Fiddler 4 Tool.
2)Open the Tool and click on composer.
3)Select POST option under the parsed tab.
4)Enter the URL as http://61.12.39.132:5001/Membership_API/API//{Respective API}to fetch the details of Member Personal Details.
5)''Content-type: Application/XML''-->Should be written in header part for XML and for JSON it should be ''Content-type: Application/JSON''
6)Mention the Customer code,User Id and Password in body part.
7)Then click on Execute.
8)Once executed the request and response will be shown in the left side.
9)After the execution data will be fetched.

Follow the below steps:

Membership API service is designed from PMS Side which will accept the customer code,
encrypted User id of PMS menu and encrypted password of PMS menu as a request from
Third party and in response IDS will share the requested api information

Once the application is hosted in IIS then browse and click on API link , it will redirect to API
page copy the Api of the required as shown below
ex:
http://61.12.39.132:5001/Membership_API/API//MembershipData/ReadMemberPersonal?
memuid=PMEMS0011&memtyp=P
of local host and paste in Fiddler

Please follow the below steps in the Fiddler to get the output

Click on the Composer and select the Post from the list as shown below:
Copy the URL of the required API by passing the
ex:
http://61.12.39.132:5001/Membership_API/API//MembershipData/ReadMemberPersonal?
memuid=PMEMS0011&memtyp=P and paste in the space as shown below
Enter the text as Content-Type:application/json if we are passing the json format or
Content-Type: application/xml if we are passing the xml format in the space as shown below
Enter the required format in the Request body as shown below:
Enter the customer code , encrypted User id of PMS menu and encrypted password of PMS
menu as shown below

Json format:
{
"CSTCOD": "2779",
"USERID": "SURT",
"PASSWD": "TmV4dEAzMA=="
}

XML format:

<Validate_User >
<CSTCOD>5859</CSTCOD>
<USERID>SURT</USERID>
<PASSWD>TmV4dEAzMA==</PASSWD>
</Validate_User>
Click on Execute button to generate the result as shown below:
After clicking on execute the result link will be displayed in the left side space as shown
below:
Click on the link as shown above to view the result:

You might also like