Tuesday, June 18, 2013

Fiddler Testing.

Sending Post request through fiddler

GetToken


Method : POST
URL : http://localhost:53463/api/selfcare/gettoken/

Request Headers:
User-Agent: Fiddler
Host: localhost:53463
Content-Length: 22
Content-Type: application/json

Request Body :

{"Msisdn":"777482148"}

Login

Method : POST
URL : http://localhost:53463/api/selfcare/login/

Request Headers:
User-Agent: Fiddler
Host: localhost:53463
Content-Length: 22
Content-Type: application/json

Request Body :

{"Msisdn":"777482148", "Token":"xxxx"}

No comments:

Post a Comment