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 [Link] 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:
[Link]
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:
[Link]
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: