Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.40K
~219 People Reached
Favorite Forums
Favorite Tags
Member Avatar for trivedimca

Hi All, I want to develop asp.net web-site by using API provided by cleartrip. I used that API but every time I received the response as bad request. Please help me to soulve the issue. Here is my Code:- [Code=C#] HttpWebRequest req = (HttpWebRequest)WebRequest.Create(http://api.staging.cleartrip.com/air/1.0/search?from=BOM&to=DEL&depart-date=2010-12-20); req.Method = "Get"; req.Headers.Add("X-CT-API-KEY", "MYAPIKEY"); HttpWebResponse …

Member Avatar for roopaguru
0
219